Forgot Password

Use the Flutter/API reset flow

Forgot Password

The reset OTP endpoints already exist in `backend_php/auth`. This server-rendered webapp currently supports login and changing a known password after login.

To fully match Flutter, this page still needs the email check, OTP send, OTP verify, and password reset form flow wired to those endpoints.

Back to login