{% extends 'layout.html' %} {% block content %} {% from "FormMacros.html" import render_control, render_button %} {% include "security/_messages.html" %}

Send password reset instructions

If you have forgotten your password, you can reset it using the form below.


{{ forgot_password_form.hidden_tag() }} {{ render_control(forgot_password_form.email) }}
{{ render_button("submit", "Send password reset email", Label="") }}
{% include "security/_menu.html" %}
{% endblock %}