summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-12-09 03:52:11 +0100
committerByron Jones <glob@mozilla.com>2015-12-09 03:52:11 +0100
commit7fc4b85c32a0cfb8e30880371812308ed7e4a867 (patch)
treeaa6c1017e621532995d5d1ea3ada58bc5606b34a /template
parent79d90b6dd8bab9b86de136317d74a290449d1721 (diff)
downloadbugzilla-7fc4b85c32a0cfb8e30880371812308ed7e4a867.tar.gz
bugzilla-7fc4b85c32a0cfb8e30880371812308ed7e4a867.tar.xz
Bug 1231248 - Add hint that DuoSec login is probably your LDAP username
Diffstat (limited to 'template')
-rw-r--r--template/en/default/account/prefs/mfa.html.tmpl12
1 files changed, 6 insertions, 6 deletions
diff --git a/template/en/default/account/prefs/mfa.html.tmpl b/template/en/default/account/prefs/mfa.html.tmpl
index 2fbe45a60..461d6aaaf 100644
--- a/template/en/default/account/prefs/mfa.html.tmpl
+++ b/template/en/default/account/prefs/mfa.html.tmpl
@@ -93,15 +93,15 @@
<div id="mfa-auth-container" style="display:none">
<p>
- <label>Current Password:</label>
+ <label for="mfa-password">Current Password:</label>
<input type="password" name="password" id="mfa-password" required>
</p>
[%# disable/recovery - totp %]
[% IF user.mfa == "TOTP" %]
- <label>Code:</label>
- <input type="text" name="code"
+ <label for="code">Code:</label>
+ <input type="text" name="code" id="code"
placeholder="123456" maxlength="9" pattern="\d{6,9}" size="10"
autocomplete="off" required>
@@ -149,7 +149,7 @@
Your current password is required to enable two-factor authentication.
</p>
<p>
- <label>Current Password:</label>
+ <label for="mfa-password">Current Password:</label>
<input type="password" name="password" id="mfa-password" required>
</p>
</div>
@@ -167,7 +167,7 @@
Scan this QR code with your <a href="#" id="mfa-totp-apps">TOTP App</a>,
then enter the six digit code the app generates.<br>
<br>
- <label>Code:</label>
+ <label id="mfa-totp-enable-code">Code:</label>
<input type="text" name="code" id="mfa-totp-enable-code"
placeholder="123456" maxlength="6" pattern="\d{6}" size="10"
autocomplete="off">
@@ -207,7 +207,7 @@
<div id="mfa-enable-duo" style="display:none">
<p>
- <label>Duo Username:</label>
+ <label title="This is generally your Mozilla LDAP Username" id="mfa-duo-user-label" for="mfa-duo-user">Duo Username:</label>
<input type="text" name="username" id="mfa-duo-user">
</p>