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)
This commit is contained in: