{% extends 'adminplus.html' %} {% block content %}

Create a new User

This form is useful when you want to create a new user with a password properly set, but you don't want to use the normal way to create a user.

Please be aware that no validators will be applied here, only the database constraints will be applied.

{% csrf_token %}
Cancel
{% endblock %}