Set Your Password

Welcome, {{ user.display_name }}. Choose your username and a secure password to activate your account.

{% with messages = get_flashed_messages(with_categories=true) %} {% for cat, msg in messages %} {% endfor %} {% endwith %}
{% for error in form.username.errors %}
{{ error }}
{% endfor %}
3–100 characters. You will use this to log in.
{% for error in form.password.errors %}
{{ error }}
{% endfor %} {# Strength bar #}
{# Requirements checklist #}
8+ characters Uppercase letter Number
{% for error in form.confirm_password.errors %}
{{ error }}
{% endfor %}