{% extends "base.html" %} {% block content %} {% if change_successful %}
Congratulations! Your password has been successfully changed. Please test it by going to a Linux prompt and running
% kinit -F {{ remote_user }}/root
If this does not work, please try changing the password again.
Failing that, file a HelpSU ticket.
{% else %}
{% endif %}
{% endblock %}