{% extends "../layouts/base-system.html" %} {% block title %}Reset Password{% endblock %} {% block description %}Request a password reset link{% endblock %} {% block page_class %}page-auth{% endblock %} {% block icon %}
{% endblock %} {% block page_title %}Reset Your Password{% endblock %} {% block page_message %} {% if request.query_dict.sent == "true" %}
✓ Password reset email sent! Check your inbox for instructions.
{% else %} Enter your email address and we'll send you a link to reset your password. {% endif %} {% endblock %} {% block main_content %}
{% password_reset_request "password_reset_request" email_label="Email Address", submit_button_text="Send Reset Email" %}
{% endblock %} {% block actions %}{% endblock %} {% block footer_info %} {% if site_settings.membershipWebsiteAdmin %}

Still having trouble?

Contact the administrator

{% endif %} {% endblock %}