summaryrefslogtreecommitdiff
path: root/doc/permissions/permissions.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/permissions/permissions.md')
-rw-r--r--doc/permissions/permissions.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/permissions/permissions.md b/doc/permissions/permissions.md
index c9928e11b2e..8cfa7f9c876 100644
--- a/doc/permissions/permissions.md
+++ b/doc/permissions/permissions.md
@@ -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.