password-management #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "password-management"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Replace single APP_PASSWORD with ADMIN_PASSWORD (grants /admin access) plus a bcrypt-hashed guest password list stored in data/passwords.json. Passwords are loaded dynamically on each auth check — no restart needed. New admin routes: GET /admin, POST /admin/passwords, DELETE /admin/passwords/{label}.