blob: 371facf87a037ac84c47a4d63b61d84707d755ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<h2>Users list</h2>
<p>This is where you manage the users of your Piwigo gallery.</p>
<h3>Add a user</h3>
<p>An administrator can add users manually. For each user create a username, a password and submit a valid email address.</p>
<h3>Users list</h3>
<p>The list of existing users 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 the status of the user</li>
<li>associate or dissociate from groups</li>
<li>modify display properties</li>
<li>modify additional preferences</li>
</ul>
<p>The target is the selected user (by default) or all users as displayed in the filtered list.</p>
|