Set a New Password

Hi {{ user.display_name }}. Choose a new secure password for your account.

{% with messages = get_flashed_messages(with_categories=true) %} {% for cat, msg in messages %} {% endfor %} {% endwith %}
{% for error in form.password.errors %}
{{ error }}
{% endfor %}
8+ characters Uppercase letter Number
{% for error in form.confirm_password.errors %}
{{ error }}
{% endfor %}