{% extends "security/panel.html" %} {% block panel_title %}Recover pgAdmin Password{% endblock %} {% block panel_body %}

Enter the email address for the user account you wish to recover the password for:

{{ forgot_password_form.hidden_tag() }}
{{ render_field_with_errors(forgot_password_form.email, "text") }}
{% endblock %}