{% extends "base.html" %} {% block page_class %}page-narrow{% endblock %} {% block subtitle %}

Reset your password

{% endblock %} {% block content %}

Forgot password

{% if sent %}
If that email is on an account, a reset link is on its way.

Nothing arriving? The server's SMTP settings may not be configured yet -- ask your admin.

{% else %} {% if error %}
{{ error }}
{% endif %}

Enter the email on your account and we'll send a reset link.

{% endif %}

Back to log in

{% endblock %}