Commit 85353570 authored by Dan Jensen's avatar Dan Jensen

Clarify PAT lifetime documentation

Previously this documentation was using the phrases "expiration date"
and "limit" interchangeably with "lifetime". That was confusing,
because "expiration date" is a different feature. This replaces both
of those confusing phrases with "lifetime" so this word is used
consistently throughout the documentation section.
parent bfd4206b
......@@ -152,20 +152,20 @@ To set a limit on how long these sessions are valid:
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/3649) in GitLab Ultimate 12.6.
Users can optionally specify an expiration date for
Users can optionally specify a lifetime for
[personal access tokens](../../profile/personal_access_tokens.md).
This expiration date is not a requirement, and can be set to any arbitrary date.
This lifetime is not a requirement, and can be set to any arbitrary number of days.
Personal access tokens are the only tokens needed for programmatic access to GitLab.
However, organizations with security requirements may want to enforce more protection by
requiring the regular rotation of these tokens.
### Setting a limit
### Setting a lifetime
Only a GitLab administrator can set a limit. Leaving it empty means
Only a GitLab administrator can set a lifetime. Leaving it empty means
there are no restrictions.
To set a limit on how long personal access tokens are valid:
To set a lifetime on how long personal access tokens are valid:
1. Navigate to **Admin Area > Settings > General**.
1. Expand the **Account and limit** section.
......
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