Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2017-06-29 04:15:59 +0300
committerMarcia Ramos <virtua.creative@gmail.com>2017-06-29 04:15:59 +0300
commiteb175d5fe08aeefe615f39e7359d62788af8b43a (patch)
tree704e3d8e18993038e935c9a68d346cc3c542ec20 /doc
parentc89f7c71f69e575bb2e45746917decbbf9118203 (diff)
parentcc2f1df49b570119ae8a9f0bef9954dda8aff2e9 (diff)
Merge branch 'docs/pat-expiration-date' into 'master'
Clarify the expiration date of PATs See merge request !12339
Diffstat (limited to 'doc')
-rw-r--r--doc/user/profile/personal_access_tokens.md3
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