🔐 Change Password
{{ user.username }}
{% if required %}
⚠️ Password change required before continuing
{% endif %} {% if error %}
{{ error }}
{% endif %} {% if success %}
✓ {{ success }}
{% endif %}
{% if not challenge_required %}
Current Password
{% endif %}
New Password
Minimum 8 characters
Confirm New Password
Change Password
{% if not required %}
← Back to Dashboard
{% endif %}