{% extends "base.html.twig" %} {% block title %}Create account{% endblock %} {% block content %}

Accounts

Actions: List accounts | Create account

Create new account

{{ include('includes/form_result_box.html.twig') }}

Username

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").

Show list of known domains

{{ domainList ? domainList | join(', ') : 'No domains exist yet.' }}

Password

The password will be hashed using the current default hash algorithm.

Leave blank to generate a random password.

Account status

New account status:

Home directory

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!

Default home directory: /srv/vmail/<domain.tld>/<local_part>
/srv/vmail/

This field is only readable by admins.

{% endblock %}