Sensitive Data Lab
Home
Learn
About
Login
Register
{% if messages %} {% for message in messages %}
{{ message }}
×
{% endfor %} {% endif %}
Register
{% csrf_token %}
Username:
{{ form.username.errors }} {{ form.username }}
Password:
{{ 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.
Confirm Password:
{{ form.password2.errors }} {{ form.password2 }}
Enter the same password as before, for verification.
Register
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.