diff options
author | April King <april@mozilla.com> | 2016-12-01 16:48:58 +0100 |
---|---|---|
committer | April King <april@mozilla.com> | 2016-12-01 16:48:58 +0100 |
commit | b1633e31e6ee1a3c699458c01afdee265ac1610a (patch) | |
tree | 7a54b9bcc410e50ed85670b0e418af185bf2bf15 /template | |
parent | 1e762fa5d00732bfdfb51fd8b3e56879f17d8f6e (diff) | |
download | bugzilla-b1633e31e6ee1a3c699458c01afdee265ac1610a.tar.gz bugzilla-b1633e31e6ee1a3c699458c01afdee265ac1610a.tar.xz |
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 %]"> |