blob: d74705a608ede43e05bf73740d2d99cabdf9cd09 (
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 can manage groups.</p>
<h3>Add a group</h3>
<p>Administrator can add groups.</p>
<h3>Groups list</h3>
<p>For each element, the list allows to:</p>
<ul>
<li>go to the members list</li>
<li>go to the permissions management screen</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>
|