{% include 'manager_head_include.html' %}

Staff Management

{% for user in users %} {% endfor %}
User Class Boards Moderated Latest Activity Options
{{ user.username }} {% if user.account == 'admin' %}Administrator{% endif %} {% if user.account == 'mod' %}Moderator{% endif %} {% if user.account == 'globmod' %}Global Moderator{% endif %} {% if user.account != 'mod' %}All{% endif %}{% if user.account == 'mod' %}{{ user.reign }}{% endif %} {% if user.action %}{{ (user.action)|get_action_name }} on {{ user.actiondate }} [View All]{% endif %}{% if not user.action %}None{% endif %} [Edit] [{% if user.disabled %}Enable{% endif %}{% if not user.disabled %}Disable{% endif %}] [Remove]

Create User

The management password is necessary only for creating administrator accounts.
Global moderators oversee all boards.

Username
Usernames must be 4-30 characters, A-Za-z0-9^._, and spaces
Password
Passwords must be 8-30 characters, A-Za-z0-9^._
Account Type
Controlled Boards {% for board in boards %}
{% endfor %}
Management Password
{% include 'normal_foot_include.html' %}