Commit ec3f0b0e authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

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

parent 2953e0d1
......@@ -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