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 %}
{{ msg }}
{% endfor %} {% endwith %}
New Password
{% for error in form.password.errors %}
{{ error }}
{% endfor %}
8+ characters
Uppercase letter
Number
Confirm Password
{% for error in form.confirm_password.errors %}
{{ error }}
{% endfor %}
Reset Password & Log In