{% extends 'base.html' %} {% block body %}
Cancel {% if user.uid %} Reset 2FA 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 not user.uid %}
{% endif %}
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 and at most 256 characters, no other special requirements. But please don't be stupid, do use a password manager.
Roles: {% for role in roles|sort(attribute="name") %} {% endfor %}
name description
{{ role.name }} {{ role.description }}
Resulting groups (only updated after save): {% for group in user.groups|sort(attribute="name") %} {% endfor %}
name description
{{ group.name }} {{ group.description }}
{{ ''|e }}
{% endblock %}