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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-07-20 03:10:00 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-07-20 03:10:00 +0300
commit48641d6d58d6d5d19b8b2ffc66646c7e94d552a1 (patch)
treeb58bd2e6a89e5386a2ab67b81d759d8bddbe466b /doc/development/permissions.md
parent22f0adb0e722aab66281a572008e01816b90af5b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/permissions.md')
-rw-r--r--doc/development/permissions.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/development/permissions.md b/doc/development/permissions.md
index 8c3600a30ba..177fedcf454 100644
--- a/doc/development/permissions.md
+++ b/doc/development/permissions.md
@@ -57,9 +57,12 @@ can be accessed only by project members by default.
### Members
Users can be members of multiple groups and projects. The following access
-levels are available (defined in the `Gitlab::Access` module):
+levels are available (defined in the
+[`Gitlab::Access`](https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/access.rb)
+module):
- No access (`0`)
+- [Minimal access](../user/permissions.md#users-with-minimal-access) (`5`)
- Guest (`10`)
- Reporter (`20`)
- Developer (`30`)