Forgot your password?

Platform admin password resets are handled manually in v1 — there's no email-based self-service reset yet.

If another platform admin exists

Ask them to revoke your account at /platform/admins and re-invite you with a new password.

If you're the only admin

You'll need direct access to the database. Follow the recovery runbook at docs/PLATFORM-ADMIN-RUNBOOK.md — the short version:

  1. Delete your row from platform_admins (via the database SQL editor).
  2. Re-run npm run bootstrap:platform-admin with a new password.