{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} Create an account beneath the signed-in user. The ACL selector only ever offers ACLs the caller is allowed to grant — and the server checks again. {% endcomment %} {% block title %}Create user{% endblock %} {% block content %}

Create an account

The new account is owned by {{ userName }}{% if isAdmin %} unless you pick another owner{% endif %}.

All accounts

Account

1–32 characters: letters, digits, underscore.
At least 10 characters mixing three of: lowercase, uppercase, digits, symbols.
0 means unlimited.

Permissions

Only ACLs no more privileged than your own are listed, and the server re-checks that on submit.
permission(s) granted:
{% if isAdmin %}
Administrators only.
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}