{% extends 'umanage/base_umanage.html' %} {% load i18n umanage %} {% block page_title %}Set Password - {% endblock %} {% block breadcrumb %}
  • Set Password
  • {% endblock %} {% block umanage_content %}

    Set Password

    {% if request.user.has_usable_password %} {% url 'umanage_change_password' as change_password_url %}

    {% blocktrans %}You already have a useable password set. If you would like to change your password, please visit the change password page.{% endblocktrans %}

    {% trans 'Back to account' %}

    {% else %}

    {% trans "Please enter your new password twice so we can verify you typed it in correctly. This password will allow you to login as well as do administrative tasks such as change your email, if needed." %}

    {% csrf_token %} {{ form|render_umanage_form }}
    cancel
    {% endif %} {% endblock %}