summaryrefslogtreecommitdiffstats
path: root/template/en/default/account/password/set-forgotten-password.html.tmpl
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-09-23 05:54:41 +0200
committerByron Jones <glob@mozilla.com>2015-09-23 05:54:41 +0200
commit043c7523acd6af5288191b15f746fc360b73ab40 (patch)
tree536980970ca7ae13ce29d4cf9e9f69fb0669a972 /template/en/default/account/password/set-forgotten-password.html.tmpl
parent2e425408eeb1065eacb4bcded2cc88d05a689e1c (diff)
downloadbugzilla-043c7523acd6af5288191b15f746fc360b73ab40.tar.gz
bugzilla-043c7523acd6af5288191b15f746fc360b73ab40.tar.xz
Bug 1199087 - extend 2fa protection beyond login
Diffstat (limited to 'template/en/default/account/password/set-forgotten-password.html.tmpl')
-rw-r--r--template/en/default/account/password/set-forgotten-password.html.tmpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/template/en/default/account/password/set-forgotten-password.html.tmpl b/template/en/default/account/password/set-forgotten-password.html.tmpl
index a2ae517c8..cfeacbb93 100644
--- a/template/en/default/account/password/set-forgotten-password.html.tmpl
+++ b/template/en/default/account/password/set-forgotten-password.html.tmpl
@@ -36,18 +36,19 @@
(minimum [% constants.USER_PASSWORD_MIN_LENGTH FILTER none %] characters)
</td>
</tr>
-
+
<tr>
<th align="right">New Password Again:</th>
<td>
<input type="password" name="matchpassword">
</td>
</tr>
-
+
<tr>
<th align="right">&nbsp;</th>
<td>
<input type="submit" id="update" value="Submit">
+ [% INCLUDE mfa/protected.html.tmpl user=token_user %]
</td>
</tr>
</table>