blob: ae4c97ce583958064fbd080e5ba8eedc8d57b321 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
<h2>Users list</h2>
<p>This is the place for managing registered users properties, except p ermissions that are managed from other screens.</p>
<h3>Add a user</h3>
<p>Administrator can add users manually.</p>
<h3>Users list</h3>
<p>The list can be filtered on username (use * as wildcard), group or
status. It can be ordered by registration date or username, in ascending
or descending order.</p>
<p>This screen allows the management of several users at once, using different actions:</p>
<ul>
<li>delete users (requires confirmation)</li>
<li>change status</li>
<li>associate or dissociate from groups</li>
<li>modify display properties</li>
<li>modify additional properties</li>
</ul>
<p>The target is the selected users (by default) or all users as displayed in the filtered list.</p>
<h3>Adviser</h3>
<p>Definition of an adviser user: has read/simulation-only access on all screens allowed by his own permissions.</p>
<p>The adviser mode is set up with variable $conf['allow_adviser'].</p>
<p>If this variable is 'true', any user can be declared adviser</p>
|