Set Your Password
Welcome, {{ user.display_name }}. Choose a secure password to activate 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 %} {# Strength bar #}
{# Requirements checklist #}
8+ characters
Uppercase letter
Number
Confirm Password
{% for error in form.confirm_password.errors %}
{{ error }}
{% endfor %}
Set Password & Log In