From 2314495acf103fc45486a59d6543454ccd8f4363 Mon Sep 17 00:00:00 2001 From: Mary Umoh Date: Wed, 30 Aug 2017 14:23:56 -0400 Subject: Bug 1394915- Protect against 2FA by-pass in reset_password.cgi --- template/en/default/global/user-error.html.tmpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'template') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index f9e019cb5..1aa92ead0 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1399,6 +1399,10 @@ [% title = "Password Unchanged" %] Your new password cannot be the same as your old password. + [% ELSIF error == "reset_password_denied" %] + [% title = "Reset Password Denied" %] + You cannot reset your password without administrative permission. + [% ELSIF error == "no_axes_defined" %] [% title = "No Axes Defined" %] [% docslinks = {'reporting.html' => 'Reporting'} %] -- cgit v1.2.3-24-g4f1b