Commit d4bf8953 authored by Evan Read's avatar Evan Read

Merge branch 'docs-token-non-empty-username' into 'master'

Add note that any username can be used for HTTP auth

See merge request gitlab-org/gitlab!66124
parents 252829ec 2bb87d84
...@@ -17,7 +17,11 @@ Project access tokens are supported for self-managed instances on Free and above ...@@ -17,7 +17,11 @@ Project access tokens are supported for self-managed instances on Free and above
WARNING: WARNING:
This feature might not be available to you. Check the **version history** note above for details. This feature might not be available to you. Check the **version history** note above for details.
Project access tokens are scoped to a project and can be used to authenticate with the [GitLab API](../../../api/index.md#personalproject-access-tokens). You can also use project access tokens with Git to authenticate over HTTP. Project access tokens are scoped to a project and can be used to authenticate with the
[GitLab API](../../../api/index.md#personalproject-access-tokens). You can also use
project access tokens with Git to authenticate over HTTPS. If you are asked for a
username when authenticating over HTTPS, you can use any non-empty value because only
the token is needed.
Project access tokens expire on the date you define, at midnight UTC. Project access tokens expire on the date you define, at midnight UTC.
......
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