Commit 3f476dc6 authored by Fiona Neill's avatar Fiona Neill

Merge branch 'eread/correct-group-access-token-authentication-information' into 'master'

Group access token is used as the password, not just any value

See merge request gitlab-org/gitlab!84136
parents d97f1c84 d02973fc
......@@ -16,9 +16,10 @@ You can use a group access token to authenticate:
- With the [GitLab API](../../../api/index.md#personalprojectgroup-access-tokens).
- In [GitLab 14.2](https://gitlab.com/gitlab-org/gitlab/-/issues/330718) and later, authenticate with Git over HTTPS.
Use:
After you configure a group access token, you don't need a password when you authenticate.
Instead, you can enter any non-blank value.
- Any non-blank value as a username.
- The group access token as the password.
Group access tokens are similar to [project access tokens](../../project/settings/project_access_tokens.md)
and [personal access tokens](../../profile/personal_access_tokens.md), except they are
......
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