Commit 3b194f02 authored by Luke Duncalfe's avatar Luke Duncalfe

Update "view wiki pages" permission documentation

The "view wiki pages" permission for guests has always applied to
private projects, the documentation was previously incorrect.

The documentation was originally changed in 9b12562c however the
:read_wiki permissions at that same ref were the same as they are now
(allowing guests of private projects to read the wiki).

We also have a feature
https://gitlab.com/gitlab-org/gitlab/issues/18739
that explicitly serves the wiki to guests of private projects, so this
further prooves that this documentation was wrong.

https://gitlab.com/gitlab-org/gitlab/issues/34761
parent d2bef057
......@@ -55,7 +55,7 @@ The following table depicts the various user permission levels in a project.
| View project code | ✓ (*1*) | ✓ | ✓ | ✓ | ✓ |
| Pull project code | ✓ (*1*) | ✓ | ✓ | ✓ | ✓ |
| View GitLab Pages protected by [access control](project/pages/introduction.md#gitlab-pages-access-control-core) | ✓ | ✓ | ✓ | ✓ | ✓ |
| View wiki pages | ✓ (*1*) | ✓ | ✓ | ✓ | ✓ |
| View wiki pages | ✓ | ✓ | ✓ | ✓ | ✓ |
| See a list of jobs | ✓ (*3*) | ✓ | ✓ | ✓ | ✓ |
| See a job log | ✓ (*3*) | ✓ | ✓ | ✓ | ✓ |
| Download and browse job artifacts | ✓ (*3*) | ✓ | ✓ | ✓ | ✓ |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment