summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schmidt <thomas.schmidt@csystm.net>2016-02-22 19:44:13 +0100
committerThomas Schmidt <thomas.schmidt@csystm.net>2016-02-27 23:26:04 +0100
commitd324c67db3e50547b6e1a585cb937ead0b20d13e (patch)
tree15dd299cccd8a6a2c548a34c37575d9ee03ebabc
parent65040978dbc40be919de9f308a8329287011cb97 (diff)
downloadgitlab-ce-d324c67db3e50547b6e1a585cb937ead0b20d13e.tar.gz
Adjust documentation of permissions
[ci skip]
-rw-r--r--CHANGELOG1
-rw-r--r--doc/permissions/permissions.md2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9e3fb8db03d..1e22c125527 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,6 +4,7 @@ v 8.6.0 (unreleased)
- Improve the formatting for the user page bio (Connor Shea)
- Fix avatar stretching by providing a cropping feature (Johann Pardanaud)
- Strip leading and trailing spaces in URL validator (evuez)
+ - Update documentation to reflect Guest role not being enforced on internal projects
v 8.5.1
- Fix group projects styles
diff --git a/doc/permissions/permissions.md b/doc/permissions/permissions.md
index f717b30c12e..ac0fd3d1756 100644
--- a/doc/permissions/permissions.md
+++ b/doc/permissions/permissions.md
@@ -6,7 +6,7 @@ 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.
+On public and internal 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