From ee488cea2933925eac3fbde42fdd12023cea9bd6 Mon Sep 17 00:00:00 2001 From: Harsh Chouraria <hchouraria@gitlab.com> Date: Mon, 31 May 2021 06:01:55 +0000 Subject: [PATCH] Add version to Project Access Tokens admin control --- doc/user/project/settings/project_access_tokens.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/user/project/settings/project_access_tokens.md b/doc/user/project/settings/project_access_tokens.md index d37e6144ab3a8..be8a961d6c0f1 100644 --- a/doc/user/project/settings/project_access_tokens.md +++ b/doc/user/project/settings/project_access_tokens.md @@ -81,6 +81,8 @@ the following table. ## Enable or disable project access token creation +> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/287707) in GitLab 13.11. + You may enable or disable project access token creation for all projects in a group in **Group > Settings > General > Permissions, LFS, 2FA > Allow project access token creation**. Even when creation is disabled, you can still use and revoke existing project access tokens. This setting is available only on top-level groups. -- GitLab