diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-12-16 00:09:58 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-12-16 00:09:58 +0000 |
commit | eba30e2ad821f653970486c4122fcca22cee27d9 (patch) | |
tree | 3ac82907511905cc54127b13c2c20ad7c2d356c2 /doc/security/two_factor_authentication.md | |
parent | e32167eb636d14acd5e431ccc1e367f9a57d8a4e (diff) | |
download | gitlab-ce-eba30e2ad821f653970486c4122fcca22cee27d9.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/security/two_factor_authentication.md')
-rw-r--r-- | doc/security/two_factor_authentication.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/security/two_factor_authentication.md b/doc/security/two_factor_authentication.md index dd73c07b2b9..a16f0ba2974 100644 --- a/doc/security/two_factor_authentication.md +++ b/doc/security/two_factor_authentication.md @@ -113,7 +113,7 @@ but commented out to help encourage others to add to it in the future. --> ## Two-factor Authentication (2FA) for Git over SSH operations > - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/270554) in GitLab 13.7. -> - It's [deployed behind a feature flag](<replace with path to>/user/feature_flags.md), disabled by default. +> - It's [deployed behind a feature flag](../user/feature_flags.md), disabled by default. > - It's disabled on GitLab.com. > - It's not recommended for production use. > - To use it in GitLab self-managed instances, ask a GitLab administrator to [enable it](#enable-or-disable-two-factor-authentication-2fa-for-git-operations). @@ -135,7 +135,7 @@ with the associated SSH key. Two-factor Authentication (2FA) for Git operations is under development and not ready for production use. It is deployed behind a feature flag that is -**disabled by default**. [GitLab administrators with access to the GitLab Rails console](<replace with path to>/administration/feature_flags.md) +**disabled by default**. [GitLab administrators with access to the GitLab Rails console](../administration/feature_flags.md) can enable it. To enable it: |