All accounts are defined in js/app.js inside the USER_ACCOUNTS array. No backend or database required.
Add a new object to USER_ACCOUNTS in js/app.js:
Save and redeploy. The user can log in immediately.
Passwords are stored in plain text in a static JS file. Keep this page private and do not use sensitive passwords. Suitable for small, trust-based community sites only.