{% extends "base.html" %} {% load i18n %} {% comment %} Copyright 2010 Canonical Ltd. This software is licensed under the GNU Affero General Public License version 3 (see the file LICENSE). {% endcomment %} {% block html_extra %}data-qa-id="reset_password"{% endblock %} {% block title %}{% trans "Reset password" %}{% endblock %} {% block extra_header_top %} {% endblock %} {% block extra_header %} {% endblock %} {% block text_title %}

{% blocktrans %}Reset your {{ brand_description }} password{% endblocktrans %}

{% if reason %}

{% trans "Your password doesn't meet security constraints" %}

{% endif %} {% endblock %} {% block content_id %}auth{% endblock %} {% block content %} {% if reason %}

{{ reason }}

{% endif %}
{% csrf_token %} {% include "widgets/passwords.html" %}

{% trans "or" %} {% include "common/cancel_link.html" %}

 
{% endblock %}