{% extends "base.html" %} {% block title %}DNS Control Panel - Create User{% endblock %} {% block dashboard_stat %}

User Create new

{% endblock %} {% block content %}

Create new user

{% if duplicate_email %} This e-mail address is already in use. {% endif %}
{% if duplicate_username %} This username is already in use. {% endif %}
{% if blank_password %} The password cannot be blank. {% endif %}

Help with creating a new user

Fill in all the fields to the in the form to the left.

Newly created users do not have access to any domains. You will need to grant access to the user once it is created via the domain management buttons on the dashboard.

{% endblock %}