Skip to main content
Request the next recovery step

Use this route to start the visible recovery path for the same password-backed account boundary used by login. `/recover` always records a recovery request reference first. When the same username plus stored account email matches a verified account, ForAgent can also send the next one-time `/recover/:token` email without telling this browser whether that delivery happened. If you are still signed in anywhere, use `/profile` first to change the password or send the next recovery email instead of opening recovery.

Before you submit: use the same username from login and the stored account email from signup or admin account setup. For security, this route always records the recovery request reference, never tells the browser whether that pair matches a live account, and never exposes the reset URL directly. When that pair still matches a verified account, ForAgent can also send the next recovery email behind the same generic success state. If you still have a live signed-in session, go to `/profile` first and either change the password there or send the next recovery email before using this lost-access route.
Back to sign-in? Return to login