diff options
author | Hannes Rosenögger <123haynes@gmail.com> | 2015-12-02 15:21:02 +0100 |
---|---|---|
committer | Hannes Rosenögger <123haynes@gmail.com> | 2015-12-02 15:21:02 +0100 |
commit | e3fe255c057e86d841a68f9a96b1a62b07036781 (patch) | |
tree | d54211ecb552b116e1625001c1d8d8df7756d5aa /doc/permissions | |
parent | 09e712c0fb721059e4b2619eb9fc104257fc492d (diff) | |
download | gitlab-ce-e3fe255c057e86d841a68f9a96b1a62b07036781.tar.gz |
fixed the documentation of the Guest role in permission.md
Diffstat (limited to 'doc/permissions')
-rw-r--r-- | doc/permissions/permissions.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/permissions/permissions.md b/doc/permissions/permissions.md index 8d4c2ceab7d..bcd00cfc6bf 100644 --- a/doc/permissions/permissions.md +++ b/doc/permissions/permissions.md @@ -6,6 +6,9 @@ If a user is both in a project group and in the project itself, the highest perm If a user is a GitLab administrator they receive all permissions. +On public projects the Guest role is not enforced. +All users will be able to create issues, leave comments, and pull or download the project code. + To add or import a user, you can follow the [project users and members documentation](doc/workflow/add-user/add-user.md). @@ -15,8 +18,8 @@ documentation](doc/workflow/add-user/add-user.md). |---------------------------------------|---------|------------|-------------|----------|--------| | Create new issue | ✓ | ✓ | ✓ | ✓ | ✓ | | Leave comments | ✓ | ✓ | ✓ | ✓ | ✓ | -| Pull project code | ✓ | ✓ | ✓ | ✓ | ✓ | -| Download project | ✓ | ✓ | ✓ | ✓ | ✓ | +| Pull project code | | ✓ | ✓ | ✓ | ✓ | +| Download project | | ✓ | ✓ | ✓ | ✓ | | Create code snippets | | ✓ | ✓ | ✓ | ✓ | | Manage issue tracker | | ✓ | ✓ | ✓ | ✓ | | Manage labels | | ✓ | ✓ | ✓ | ✓ | |