{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}password_reset_form{% endblock %} {% block form_action %}.{% endblock %} {% block modal_id %}password_reset_modal{% endblock %} {% block modal-header %}{% trans "Password Reset Form" %}{% endblock %} {% block modal-body %} {% if password %}

Your new password is:

{{ password }}

{% endif %}

{% trans "Description:" %}

{% trans 'To access the NeCTAR Cloud using the OpenStack API you will need to generate a password. By doing so any existing password will be forgotten. To generate a new password click "Reset Password" button.' %}

{% endblock %} {% block modal-footer %} {% if hide %}{% trans "Cancel" %}{% endif %} {% endblock %}