{#- forgot.html — request a password reset. Inherits the auth contract. Backend: POST /forgot -> auth.begin_reset(email) (app.py). The route responds identically whether or not the email exists (no account enumeration), then re-renders this page with a success flash -> toast. -#} {% extends "layout_auth.html" %} {% block title %}Reset password{% endblock %} {% block eyebrow %}Account access{% endblock %} {% block heading %}Reset your password{% endblock %} {% block subheading %}
Enter your email and we'll send a reset link.
{% endblock %} {% block auth_body %} {% endblock %} {% block auth_foot %} Remembered it? Back to sign in {% endblock %}