{% extends "forms.html" %} {% block title %}Change Password{% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %} {% if form.has_errors %}Your username and password didn't match. Please try again.
{% endif %}This page will allow you to change the password for this instance of Karaage and associated systems (e.g., ssh logins to clusters).
Enter the new password twice so we can verify you typed it in correctly.
{% endblock %}