{% 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 title %}{% trans "Reset password" %}{% endblock %} {% block text_title %}

{% blocktrans %}Reset password{% endblocktrans %}

Step 3 of 3: Choose a new password

{% endblock %} {% block content_id %}auth{% endblock %} {% block content %}

8 characters minimum.

{% csrf_token %} {% include "widgets/ubuntuone/passwords.html" with edit_account_labels=1 fields=form %}

{% endblock %}