{% extends "user/login.html" %} {% block subtitle %}{{ _('Reset your password') }}{% endblock %} {% block page_heading %}{{ _('Reset your password') }}{% endblock %} {% block breadcrumb_content %}
  • {% link_for _('Password Reset'), named_route='user.request_reset' %}
  • {% endblock %} {% block form %}
    {{ h.csrf_input() }}
    {% if g.recaptcha_publickey %} {% snippet "user/snippets/recaptcha.html", public_key=g.recaptcha_publickey %} {% endif %}
    {% block form_button %} {% endblock form_button %}
    {% endblock form %} {% block primary_content_inner %} {% block help %} {% block help_inner %}

    {% trans %}Enter your email address or username into the box and we will send you an email with a link to enter a new password. {% endtrans %}

    {% endblock help_inner %} {% endblock help %} {% endblock primary_content_inner %}