{% if messages %} {% for message in messages %} {% endfor %} {% endif %}

Register

{% csrf_token %}
{{ form.username.errors }} {{ form.username }}
{{ form.password1.errors }} {{ form.password1 }} Your password can't be too similar to your other personal information. Your password must contain at least 8 characters. Your password can't be a commonly used password. Your password can't be entirely numeric.
{{ form.password2.errors }} {{ form.password2 }} Enter the same password as before, for verification.

Already have an account? Login here

Note: This lab will automatically generate fake sensitive data for your account (credit card, SSN, API key) for demonstration purposes.