Commit ee7364a6 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'doc_group_permissions' into 'master'

[doc] Groups can be browsable if they contain at least one public project.

See merge request !451
parents b5c032d0 ec3f0b0e
......@@ -41,6 +41,11 @@ If a user is a GitLab administrator they receive all permissions.
## Group
In order for a group to appear as public and be browsable, it must contain at
least one public project.
Any user can remove themselves from a group, unless they are the last Owner of the group.
| Action | Guest | Reporter | Developer | Master | Owner |
|-------------------------|-------|----------|-----------|--------|-------|
| Browse group | ✓ | ✓ | ✓ | ✓ | ✓ |
......@@ -48,5 +53,3 @@ If a user is a GitLab administrator they receive all permissions.
| Create project in group | | | | ✓ | ✓ |
| Manage group members | | | | | ✓ |
| Remove group | | | | | ✓ |
Any user can remove themselves from a group, unless they are the last Owner of the group.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment