move code up one directory
[atutor.git] / documentation / admin / administrators.php
1 <?php require('../common/body_header.inc.php'); $lm = '$LastChangedDate$'; ?>
2
3 <h2>Administrators</h2>
4         <p>An ATutor installation can be maintained by multiple administrators, each with their own privileges. The three kinds of administrator accounts are described below.</p>
5
6         <dl>
7                 <dt>Super Administrator</dt>
8                 <dd>This administrator has no restrictions and has access to all of the administrator options. This is the only administrator type that can create and delete other administrator accounts. There must always be at least one Super Administrator account.</dd>
9
10                 <dt>Active Administrator</dt>
11                 <dd>An administrator account whose access is limited. This administrator only has privileged access to sections that they were assigned to when their account was created by the Super Administrator.</dd>
12
13                 <dt>Inactive Administrator</dt>
14                 <dd>An administrator account that has not been assigned any access privileges. As a result, this administrator cannot login.</dd>
15         </dl>
16
17         <h3>Create Administrator Account</h3>
18         <p>To make a new administrator, follow the <em>Create Administrator Account</em> link, enter the login name, password, real name and email and select the appropriate administrative privileges to be assigned to this account.</p>
19
20         <h3>Administrator Activity Log</h3>
21         <p>The <em>Administrator Activity Log</em> lists all actions made to the ATutor database tables. Viewing a log entry will give detailed information about the selected activity. The log can be reset by using the <em>Reset Log</em> feature.</p>
22
23 <?php require('../common/body_footer.inc.php'); ?>