Files
markbase/src
Warren a5169b1989 fix: Set demo/admin passwords and fix eye icon position
Critical fixes:

1. demo user password (File Tree authentication):
   - Used verified bcrypt hash: $2b$12$w8Gp3zUJL2xycng58WViKeTH7zACnNBWURgZZwyyFJSkDr5l2/mpK
   - Password: demo123 (verified in previous test)
   - Updated PostgreSQL users.password (60 chars)
   - Updated SQLite sftpgo_users.password_hash (60 chars)

2. admin password (Settings authentication):
   - Same hash for demo123 (unified password)
   - Updated PostgreSQL admins.password (60 chars)
   - Updated SQLite sftpgo_admins.password_hash (60 chars)

3. Tree modal eye icon position:
   - Changed top:50% to top:28px (aligns with input field)
   - Added padding-right:36px to input (prevents text overlap)
   - Icon now centered with password input

Test passwords (unified):
- File Tree: demo / demo123
- Settings: admin / demo123

Files:
- src/page.html (line 477-480: eye icon position)
- data/auth.sqlite (password hashes)
2026-05-17 00:42:13 +08:00
..
2026-05-16 15:37:37 +08:00
2026-05-16 15:37:37 +08:00
2026-05-16 15:37:37 +08:00