diff options
author | David Lawrence <dkl@mozilla.com> | 2016-12-06 22:08:47 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2016-12-06 22:08:47 +0100 |
commit | d68cd60c3825c6220a65e2e2888ce0d1e97e58e6 (patch) | |
tree | 56232ca94d0af39d49771562a3f4251cd27a29ef /template | |
parent | 2dec6dcbe885cfd804fb003337b5ef61737c82b9 (diff) | |
parent | fab24fa378c06992cf31c4d78e9865d1279a065a (diff) | |
download | bugzilla-d68cd60c3825c6220a65e2e2888ce0d1e97e58e6.tar.gz bugzilla-d68cd60c3825c6220a65e2e2888ce0d1e97e58e6.tar.xz |
Merge branch 'marumari-master'
* marumari-master:
Add verbiage about using recovery codes
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/mfa/totp/verify.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/mfa/totp/verify.html.tmpl b/template/en/default/mfa/totp/verify.html.tmpl index 9b0dd5013..9dbbafc7c 100644 --- a/template/en/default/mfa/totp/verify.html.tmpl +++ b/template/en/default/mfa/totp/verify.html.tmpl @@ -15,7 +15,8 @@ <p> <b>[% reason FILTER html %]</b> requires verification.<br> - Please enter your verification code from your TOTP application: + Please enter your verification code from your TOTP application. If your device has been lost or stolen, you + may use one of your pregenerated recovery codes. </p> <div class="verify-totp"> <form method="POST" action="[% postback.action FILTER none %]"> |