{% extends "misago/base.html" %} {% load i18n %} {% block title %}{% trans "Change forgotten password" %} | {{ block.super }}{% endblock %} {% block content %}
{% 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. Instead your current password can be replaced with new randomly generated password." %}
{% trans "In order to protect our users from fraudulent password change, you need to first confirm your wish to change password by clicking the confirmation link that will be generated and sent to e-mail address associated with your account." %}