Password Recovery
Start the backend password reset flow from the dashboard frontend.
Submit your email and the Go API will issue the reset token and email link through its existing forgot-password flow.
Delivery
Email Link
The backend sends a reset link to the email address you submit.
Reset Route
/reset-password
The emailed link lands on the dashboard reset page.
Recovery
Forgot Password
Enter your account email to request a password reset link.