Update doc for project permissions and groups

This commit is contained in:
Frederic Guillot
2015-12-06 15:38:37 -05:00
parent 7c355edc16
commit a73b2ef0c2
5 changed files with 31 additions and 43 deletions

17
doc/groups.markdown Normal file
View File

@@ -0,0 +1,17 @@
Groups Management
=================
In Kanboard, each users can be 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 provide a LDAP group provider to [sync automatically groups from LDAP servers](ldap-group-sync.markdown).