{% extends "auth/auth_base.html" %} {% block title %}Create Account - Email Organizer{% endblock %} {% block content %}

Email Organizer

Create your account

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %} {% if errors %}
Please fix the following errors:
{% endif %}
Password must be at least 8 characters with uppercase, lowercase, and numbers

Already have an account? Sign in

{% endblock %}