{% extends "base.html" %} {% block title %}Forgot Password{% endblock %} {% block content %}
Forgot Password

Enter your username or email. If we find a matching account, we'll issue a reset link.

{{ form.hidden_tag() }}
{{ form.identifier.label(class="form-label") }} {{ form.identifier(class="form-control") }}
{% endblock %}