diff options
author | Byron Jones <glob@mozilla.com> | 2015-09-03 19:20:12 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-09-03 19:20:43 +0200 |
commit | 8d9ff852bc6e4cc09e4bfc79de1aa9a3400bb0ea (patch) | |
tree | 2696d3f20aea3569c059bbc374a89f81b07b8eb3 /template | |
parent | 83e02cafd5db45c50143e614fe13cb5fd261e2db (diff) | |
download | bugzilla-8d9ff852bc6e4cc09e4bfc79de1aa9a3400bb0ea.tar.gz bugzilla-8d9ff852bc6e4cc09e4bfc79de1aa9a3400bb0ea.tar.xz |
Bug 1201415 - add message informing users to check their mobile device's time if they have issues enrolling
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/account/prefs/mfa.html.tmpl | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/template/en/default/account/prefs/mfa.html.tmpl b/template/en/default/account/prefs/mfa.html.tmpl index 6dc3131c2..5ffcf5847 100644 --- a/template/en/default/account/prefs/mfa.html.tmpl +++ b/template/en/default/account/prefs/mfa.html.tmpl @@ -104,6 +104,11 @@ </div> </div> + <p> + If you have problems enrolling, this may be due to an inaccruate time on your device.<br> + Please check that the time on your device is accurate by visiting <b>http://time.is/</b>. + </p> + <div id="mfa-totp-apps-popup" class="mfa-totp-popup" style="display:none"> Example TOTP Applications:<br> <ul> @@ -124,12 +129,6 @@ <button type="button" class="mfa-totp-popup-close">Close</button> </div> - <div id="mfa-totp-text-popup" class="mfa-totp-popup" style="display:none"> - Your two-factor secret: - <div id="mfa-totp-secret"></div> - <button type="button" class="mfa-totp-popup-close">Close</button> - </div> - </div> </div> |