blob: eeae61d4c5c5f360c4efd925a73c0bd1bd4690d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<h2>Groups list</h2>
<p>This is the place where you manage groups.</p>
<h3>Add a group</h3>
<p>Administrator can add groups.</p>
<h3>Groups list</h3>
<p>For each group the following actions can be applied:</p>
<ul>
<li>go to user management (Admin » Users » Manage)</li>
<li>go to permissions management screen to grant or deny access to private albums.</li>
<li>delete the group (requires a confirmation)</li>
<li>toggle status "default" (requires a confirmation)</li>
</ul>
<h3>Default groups</h3>
<p>Default groups are groups that are automatically associated to each new user upon registration or creation by an administrator.</p>
|