summaryrefslogtreecommitdiffstats
path: root/template/en/default/account/password/set-forgotten-password.html.tmpl
diff options
context:
space:
mode:
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>