Wiki source code of UsersAndGroupsManagement
Version 5.1 by EvelinaSlatineanu on 2008/03/07
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | #startfloatingbox() | ||
2 | *Contents* | ||
3 | #toc ("2" "3" "") | ||
4 | #endfloatingbox() | ||
5 | |||
6 | 1 Add, remove, edit users and groups "on the fly" | ||
7 | |||
8 | #info("User management features are described in the [User Management Guide>AdminGuide.User Management]. Group management features are described in the [Group Management Guide>AdminGuide.Group Management]") | ||
9 | |||
10 | The new interface provides easy management of the groups and users. They are displayed in a dynamically loaded table, thus requesting less time to load than if all the users and groups would have been loaded all at once. | ||
11 | Click on the small icons next to each user and group in the table to edit or remove them. You can filter the users and groups name as you type, using the input filters provided by the interface. | ||
12 | |||
13 | {image:groups.jpg} | ||
14 | |||
15 | When editing a group, you can add new members (users, subgroups) by directly typing their name or using the ajax suggest that is incorporated. | ||
16 | |||
17 | {image:editgroup.jpg} | ||
18 | |||
19 | You can also register new users and groups using the "Add New Group" or "Add New User" buttons at the bottom of the page. | ||
20 | |||
21 | {image:createnewgroup.jpg} |