blob: 16f7ed0ba6602ce32edb7e10678731a31896d572 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Groups Management
=================
In Kanboard, each user can be a member of one or many groups.
A group is like a team or an organization.
Only administrators can create new groups and assign users.
Groups can be managed from **User management > View All Groups**.
From there, you can create groups and assign users.
![Group Management](screenshots/groups-management.png)
Each project manager can authorize the access to a set of groups from the [project permissions page](project-permissions.markdown).
The external id is mainly used for external group providers.
Kanboard provides a LDAP group provider to [sync automatically groups from LDAP servers](ldap-group-sync.markdown).
|