{% extends "base.html.twig" %} {% block title %}Create account{% endblock %} {% block content %}
Actions: List accounts | Create account
This is the primary mail address of the account and the username to use for login. The domain is part of the username (e.g. "user@example.com").
{{ domainList ? domainList | join(', ') : 'No domains exist yet.' }}
The password will be hashed using the current default hash algorithm.
Leave blank to generate a random password.
Note: By default the home directory will be determined automatically from the username and domain. Only change this if you know what you're doing!
This field is only readable by admins.