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:
- Delete your row from
platform_admins(via the database SQL editor). - Re-run
npm run bootstrap:platform-adminwith a new password.