diff options
author | Erik Huelsmann <ehuels@gmail.com> | 2018-12-18 21:43:04 +0000 |
---|---|---|
committer | Erik Huelsmann <ehuels@gmail.com> | 2018-12-18 21:43:04 +0000 |
commit | 706a50012a846ce0eb61ab48ff5e75fe0d9b4ea4 (patch) | |
tree | fe9ccd2e7c97b7ac2ed4ab8f1362669b3dc05b5f /app | |
parent | 98cf9edb2bb2700160dfda8b7430940f87f7149d (diff) | |
download | gitlab-ce-706a50012a846ce0eb61ab48ff5e75fe0d9b4ea4.tar.gz |
Close #55534: link OTP auth less strictly to Google
Diffstat (limited to 'app')
-rw-r--r-- | app/views/profiles/two_factor_auths/show.html.haml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/profiles/two_factor_auths/show.html.haml b/app/views/profiles/two_factor_auths/show.html.haml index 94ec0cc5db8..d97c4978775 100644 --- a/app/views/profiles/two_factor_auths/show.html.haml +++ b/app/views/profiles/two_factor_auths/show.html.haml @@ -25,7 +25,8 @@ - else %p - Download the Google Authenticator application from App Store or Google Play Store and scan this code. + Install a soft token aunthenticator like <a href="https://freeotp.github.io/">FreeOTP</a> + or Google Authenticator from your application repository and scan this QR code. More information is available in the #{link_to('documentation', help_page_path('user/profile/account/two_factor_authentication'))}. .row.append-bottom-10 .col-md-4 |