Emergency reset — audit-logged and rate-limited
Before you use this form, you need:
ADMIN_RESET_SECRET set on the server (Emergent dashboard → Environment Variables), minimum 32 chars.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