Password Reset Confirmation Page
GET/account/passwordReset.php
Validates the reset code and shows an HTML confirmation page with a form that POSTs back to process the reset. This two-step flow prevents email security scanners from consuming the one-time code.
Request
Responses
- 200
- 302
HTML confirmation page with a form to confirm the reset
Redirect to homepage if code is missing or invalid