Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/permissions.md')
-rw-r--r--doc/development/permissions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/permissions.md b/doc/development/permissions.md
index cc7c1229e50..bf7f99de1ab 100644
--- a/doc/development/permissions.md
+++ b/doc/development/permissions.md
@@ -33,7 +33,7 @@ See the [permissions page](../user/permissions.md) for details on how each user
Groups and projects can have the following visibility levels:
- public (`20`) - an entity is visible to everyone
-- internal (`10`) - an entity is visible to logged in users
+- internal (`10`) - an entity is visible to authenticated users
- private (`0`) - an entity is visible only to the approved members of the entity
By default, subgroups can **not** have higher visibility levels.