dbx/src-web
t8y2 0f40488bf1 feat(web): add password setup page, change password, and settings tabs
- First-time visitors see a password setup page instead of open access
- Password persisted to SQLite (env var DBX_PASSWORD takes priority)
- Add change password in settings dialog (Security tab, web only)
- Split settings dialog into Editor and Security tabs
- Argon2 hashing for all password storage
2026-05-05 22:22:04 +08:00
..
src feat(web): add password setup page, change password, and settings tabs 2026-05-05 22:22:04 +08:00
Cargo.toml security(web): replace SHA-256 with Argon2 for password hashing 2026-05-05 21:13:07 +08:00