PAT: Do not allow expiration enforcement to be disabled

Problem to solve

Since #214723 (closed), GitLab allows administrators to disable the enforcement of Personal Access Token expiration. That could cause unexpected behavior for users when the setting is enabled. Specifically, users might not be aware when their credentials (or others') are expired but still in use.

Proposal

We should deprecate and remove the ability for administrators to disable the enforcement of Personal Access Token expiration:

Note: This is a revert of the work done under #214723 (closed).

Edited by Max Woolf