{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} Self-service password change. The current password is required even though the session is already authenticated — a hijacked session must not be enough to lock the real owner out. On success the caller's own session key is rotated and every other session for the account is destroyed. {% endcomment %} {% block title %}Change password{% endblock %} {% block content %}
For {{ profileUserName }}. You stay signed in here; every
other session for this account is signed out.
Locked out after this? An administrator can reset the password from Modify user.