diff options
author | Mateusz Konieczny <matkoniecz@gmail.com> | 2019-02-08 16:35:24 +0000 |
---|---|---|
committer | Mateusz Konieczny <matkoniecz@gmail.com> | 2019-02-08 16:35:24 +0000 |
commit | 691008d14ba89080c2355834ed338f10b39b26e8 (patch) | |
tree | a1c7d030682da5f541199d37692564f9ff350318 /doc | |
parent | d5e9eef08dedca1deba9ef3df28daff81336459f (diff) | |
download | gitlab-ce-691008d14ba89080c2355834ed338f10b39b26e8.tar.gz |
Update what supports U2F workflow
note that "only" and "so we _strongly_ recommend" is becoming suspect.
It may be considered worthwhile to change it, but in turn it would fail to
explain why GitLab requires that both methods are enabled
Diffstat (limited to 'doc')
-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. |