{% extends "user/_edit_base.html" %} {% block subtitle -%} {{ ui.subtitle_item(_('Reset your password')) }} {{- super() }} {%- endblock %} {% block breadcrumb_content %} {{ super() }} {{ ui.breadcrumb(_('Password Reset'), href=h.url_for("user.request_reset")) }} {% endblock %} {% block primary_content_inner %} {{ ui.heading(_('Reset your password'), level=1) }} {% block form %} {%- call ui.util.call(ui.form, method="POST") -%} {{ ui.input(name='user', label=_("Username or Email")) }} {% if g.recaptcha_publickey %}
{% endif %} {%- call ui.util.call(ui.form_actions) -%} {% block login_button %} {{ ui.button(_("Request Reset"), type="submit") }} {% endblock %} {%- endcall %} {%- endcall %} {% endblock %} {% endblock %} {% block secondary_content %} {%- call ui.util.call(ui.sidebar_section, title=_('How does this work?')) -%} {{ _("Enter your email address or username into the box and we will send you an email with a link to enter a new password.") }} {%- endcall %} {% endblock %}