{% extends "base.html" %} {% load i18n %} {% block content %}
{{ lang_name }}
{% if confirm_mail_password %} {% trans 'Password reset confirmation sent' %} {% else %}
{% if error %} {% endif %}

Lost Password

For security reasons, we store your password encrypted, and cannot mail it to you. If you would like to reset your password, fill out the form below and we will send you an email at the address you gave when you registered to start the process of resetting your password.

{% if no_userid %} {% trans 'please provide username to start password reset!' %} {% endif %} {% if invalid_userid %} {% trans 'the username you entered could not be found!' %} {% endif %} {% if invalid_url %} {% trans 'the url seems not corret, please double check and try again!' %} {% endif %}
If this will not work for you (for example, if you forgot your user name or your email address has changed), contact the site administration.
{% endif %} {% endblock %}