{% extends "base.html" %} {% block title %}Reset password{% endblock %} {% block content -%} {% if ok -%}

You will receive an email from us with a verification token for choosing a new password.

Please check your inbox.

{%- else -%}
{% if error == auth.ERROR_BAD_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.
{%- elif error == auth.ERROR_WRONG_TOKEN_USER -%}
The username you entered is not associated with a user in our records.
{%- 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.

Sign in
{%- endif %} {%- endblock %}