{% extends 'base.html' %} {% block body %}
Cancel {% if user.uid %} Delete {% else %} Delete {% endif %}
{% if user.uid %} {% else %} {% endif %}
Only letters, numbers and underscore ("_") are allowed. At most 32, at least 2 characters. There is a word blacklist. Musst be unique.
If you leave this empty it will be set to the login name. At most 128, at least 2 characters. No character restrictions.
Do a sanity check here. A user can take over another account if both have the same mail address set.
{% if user.uid %} {% else %} {% endif %} At least 8 characters, no other special requirements. But please don't be stupid and use a password manager.
Roles: {% for role in roles %} {% endfor %}
name description
{{ role.name }} {{ role.description }}
Resulting groups (only updated after save): {% for group in user.get_groups()|sort(attribute="name") %} {% endfor %}
name description
{{ group.name }} {{ group.description }}
{{ user_ldif }}
{% endblock %}