{% extends "misago/base.html" %} {% load i18n %} {% block title %}{% trans "Change forgotten password" %} | {{ block.super }}{% endblock %} {% block content %}

{% trans "Recovering password" %}

{% trans "Because user passwords are processed in an irreversible way before being saved to database, it is not possible for us to simply send you your password." %}

{% trans "Instead you will be sent link to form that will let you set new password on your account. This link will expire after you change password or seven days pass." %}

{% csrf_token %}

{% trans "Request link" %}

{% include "misago/auth_form_errors.html" %}
{% endblock content %}