--- title: Forgot password published: true listed: false handle: forgot_password --- {% extends 'index' %} {% block content %}

Forgot your password

{% if current_account %}
You're already authenticated!
{% else %} {% if auth_reset_password_instructions_sent %} {{ auth_reset_password_instructions_sent | translate }} {% else %}
{% if auth_wrong_email %} {{ auth_wrong_email | translate }} {% endif %}
{% endif %} {% endif %} {% endblock %}