diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-06-21 11:09:58 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-06-21 11:13:39 +0200 |
commit | cc2f1df49b570119ae8a9f0bef9954dda8aff2e9 (patch) | |
tree | 7d5c72f1265bc6ce43f0fe5deb2b4f51f8f4cc33 | |
parent | 226b97ec3a86fd15296d40d31df08cc9c52c7809 (diff) | |
download | gitlab-ce-cc2f1df49b570119ae8a9f0bef9954dda8aff2e9.tar.gz |
Clarify the expiration date of PATsdocs/pat-expiration-date
https://gitlab.com/gitlab-org/gitlab-ce/issues/22566#note_32336497
[ci skip]
-rw-r--r-- | doc/user/profile/personal_access_tokens.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/user/profile/personal_access_tokens.md b/doc/user/profile/personal_access_tokens.md index 9488ce1ef30..f28c034e74c 100644 --- a/doc/user/profile/personal_access_tokens.md +++ b/doc/user/profile/personal_access_tokens.md @@ -14,6 +14,9 @@ accepted method of authentication when you have Once you have your token, [pass it to the API][usage] using either the `private_token` parameter or the `PRIVATE-TOKEN` header. +The expiration of personal access tokens happens on the date you define, +at midnight UTC. + ## Creating a personal access token You can create as many personal access tokens as you like from your GitLab |