Back to sign in
AZAI Admin Password Recovery

Emergency reset — audit-logged and rate-limited

Before you use this form, you need:

  1. ADMIN_RESET_SECRET set on the server (Emergent dashboard → Environment Variables), minimum 32 chars.
  2. A fresh, unused secret value (generate one below if needed).
  3. After reset, rotate the secret so this form is disabled until the next emergency.

0/32 chars min

Need a new secret? Generate one locally

Run this on your computer, then paste the output into your Emergent env and redeploy:

python3 -c "import secrets; print(secrets.token_urlsafe(48))"

Every attempt is recorded in the admin audit log. Three failed attempts per hour will temporarily block this form.

Made with Emergent