🔐 Change Password

{{ user.username }}

{% if required %}
⚠️ Password change required before continuing
{% endif %} {% if error %}
{{ error }}
{% endif %} {% if success %}
✓ {{ success }}
{% endif %}
{% if not challenge_required %}
{% endif %}
Minimum 8 characters
{% if not required %} ← Back to Dashboard {% endif %}