{% extends "base.html" %} {% set active_page = "admin_accounts" %} {% block title %}Edit Account - {{ SITE_NAME }}{% endblock %} {% block dashboard_stat %}

Account {% if create %}New account{% else %}{{ account.name }}{% endif %}

{% endblock %} {% block content %}

{% if create %}Add{% else %}Edit{% endif %} account

{% if error %}

Error!

{{ error }}
{{ error }} {% endif %}
{% if invalid_accountname %} Cannot be blank and must only contain alphanumeric characters. {% elif duplicate_accountname %} Account name already in use. {% endif %}

Access Control

Users on the right have access to manage records in all domains associated with the account.

Click on users to move between columns.

Help with creating a new account

An account allows grouping of domains belonging to a particular entity, such as a customer or department.
A domain can be assigned to an account upon domain creation or through the domain administration page.

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

Name is an account identifier. It will be stored as all lowercase letters (no spaces, special characters etc).
Description is a user friendly name for this account.
Contact person is the name of a contact person at the account.
Mail Address is an e-mail address for the contact person.

{% endblock %} {% block extrascripts %} {% endblock %}