Change password
{% with messages = get_flashed_messages(with_categories=true) %}
{% for category, message in messages %}{{ message }}
{% endfor %}
{% endwith %}
{% if is_local %}
Minimum 8 characters.
{% else %}
Your account signs in with Azure AD (DC.gov). Change your password in your
DC.gov account — it isn't managed by this application.
{% endif %}