{% extends "auth_base.html" %} {% block title %}Reset password{% endblock %} {% block page %} {% if ok %}
Email sent. Please check your email.
{% else %}
{% if error == 'NOT FOUND' %}
We couldn't find an account for that username. Maybe you used a different one?
{% elif error == 'WRONG TOKEN' %}
Something is wrong with the link to reset your password.
Try to copy and paste it from the email or to reset your password again.
{% endif %}

Reset your password

Enter your user name and a verification token will be sent to you. You will be able to choose a new password for your account.

Log in
{% endif %} {% endblock %}