diff options
Diffstat (limited to 'doc/groups.markdown')
-rw-r--r-- | doc/groups.markdown | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/groups.markdown b/doc/groups.markdown new file mode 100644 index 00000000..0c79bdda --- /dev/null +++ b/doc/groups.markdown @@ -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). |