diff options
author | Byron Jones <glob@mozilla.com> | 2015-09-03 08:21:10 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-09-03 08:21:10 +0200 |
commit | 9c2c81631e60acfbdfd0484e8df6fd85c4494b2a (patch) | |
tree | 439f98ead7828e360e2304c3bb9dd030f4d24b0c /template | |
parent | 3eec411a147f1e69507f06bf3468f897fef2c7e0 (diff) | |
download | bugzilla-9c2c81631e60acfbdfd0484e8df6fd85c4494b2a.tar.gz bugzilla-9c2c81631e60acfbdfd0484e8df6fd85c4494b2a.tar.xz |
Bug 1201116 - the duo mobile client doesn't appear to work with our totp implementation
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/account/prefs/mfa.html.tmpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/account/prefs/mfa.html.tmpl b/template/en/default/account/prefs/mfa.html.tmpl index 9d001d8b8..f1c2413bb 100644 --- a/template/en/default/account/prefs/mfa.html.tmpl +++ b/template/en/default/account/prefs/mfa.html.tmpl @@ -108,7 +108,6 @@ Example TOTP Applications:<br> <ul> <li>Android and iOS: - <a href="http://guide.duosecurity.com/third-party-accounts" target="_blank">Duo Mobile</a>, <a href="https://support.google.com/accounts/answer/1066447" target="_blank">Google Authenticator</a> </li> <li>Firefox OS: @@ -119,6 +118,9 @@ target="_blank">Authenticator</a> </li> </ul> + <a href="https://en.wikipedia.org/wiki/Time-based_One-time_Password_Algorithm#Client_implementations" target="_blank"> + Other clients + </a> <button type="button" class="mfa-totp-popup-close">Close</button> </div> |