diff options
author | Evan Read <eread@gitlab.com> | 2019-02-13 03:22:44 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-02-13 03:22:44 +0000 |
commit | 6057e71aa2b68ecae0328d0493fa540376826180 (patch) | |
tree | e1efb4f02ac4509713d051e02f38cc3bc6c2d478 | |
parent | bc881b8455c0059acfd8c1dc5dd3bf6c329ae53c (diff) | |
parent | 691008d14ba89080c2355834ed338f10b39b26e8 (diff) | |
download | gitlab-ce-6057e71aa2b68ecae0328d0493fa540376826180.tar.gz |
Merge branch 'two_factor_authentication_update' into 'master'
Update what supports U2F workflow
See merge request gitlab-org/gitlab-ce!25047
-rw-r--r-- | doc/user/profile/account/two_factor_authentication.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/profile/account/two_factor_authentication.md b/doc/user/profile/account/two_factor_authentication.md index 83bc79925e1..0a7c5832a2d 100644 --- a/doc/user/profile/account/two_factor_authentication.md +++ b/doc/user/profile/account/two_factor_authentication.md @@ -18,7 +18,7 @@ the second factor of authentication. Once enabled, in addition to supplying your password to login, you'll be prompted to activate your U2F device (usually by pressing a button on it), and it will perform secure authentication on your behalf. -The U2F workflow is only supported by Google Chrome at this point, so we _strongly_ recommend +The U2F workflow is only [supported by](https://caniuse.com/#search=U2F) Google Chrome, Opera and Firefox at this point, so we _strongly_ recommend that you set up both methods of two-factor authentication, so you can still access your account from other browsers. |