From 4f72f8642584d13b8502369b1945fe4c7bc4e12a Mon Sep 17 00:00:00 2001 From: Philipp Hasper Date: Mon, 30 Mar 2020 10:17:57 +0000 Subject: [PATCH] Added hint to release permission doc: guest access currently disabled --- doc/user/permissions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/permissions.md b/doc/user/permissions.md index 4f7284fb05b949..340e9fb7dd4cd1 100644 --- a/doc/user/permissions.md +++ b/doc/user/permissions.md @@ -154,7 +154,7 @@ The following table depicts the various user permission levels in a project. 1. If **Public pipelines** is enabled in **Project Settings > CI/CD**. 1. Not allowed for Guest, Reporter, Developer, Maintainer, or Owner. See [Protected Branches](./project/protected_branches.md). 1. If the [branch is protected](./project/protected_branches.md#using-the-allowed-to-merge-and-allowed-to-push-settings), this depends on the access Developers and Maintainers are given. -1. Guest users can access GitLab [**Releases**](project/releases/index.md) for downloading assets but are not allowed to download the source code nor see repository information like tags and commits. +1. ~~Guest users can access GitLab [**Releases**](project/releases/index.md) for downloading assets but are not allowed to download the source code nor see repository information like tags and commits.~~ This does not work at the moment due to a [regression](https://gitlab.com/gitlab-org/gitlab/issues/34862). ## Project features permissions -- GitLab