blob: e918f2e5ae88369bc1813e3d6a5072f5ddd0c540 (
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 defined groups.</p>
<h3>Add a group</h3>
<p>Administrator can add groups.</p>
<h3>Groupes list</h3>
<p>The list allows for each element to:</p>
<ul>
<li>go to members list</li>
<li>go to permissions</li>
<li>delete the group (require a confirmation checkbox)</li>
<li>toggle status "default" (require a confirmation checkbox)</li>
</ul>
<h3>Default groups</h3>
<p>Default groups are groups associated automatically to new user.</p>
|