I forgot my password — how do I reset it without IT?
- If you have a second admin account, sign in there → Settings → Users → click your row → Reset password → set a new one.
- If you're the only admin and you're locked out: ask whoever set up your deployment to run `node scripts/seed-users.mjs --admin-password 'NewPassword!'` against your Supabase. This rotates the admin password without needing the old one.
- Future versions will support email-based reset. For now, treat the install operator as your locksmith.
You'll see
After reset, sign in with the new password.