From 5cccb922c01a20a97b822f3380d65288e36d9da7 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Fri, 29 Apr 2011 13:41:35 +0800 Subject: [PATCH] Bug 653406: fix escaping of url vars in error messages r=LpSolit, a=LpSolit --- template/en/default/global/user-error.html.tmpl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 54c26853d8..b42d18e4c5 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1310,7 +1310,7 @@ Your password is currently less than [%+ constants.USER_PASSWORD_MIN_LENGTH FILTER html %] characters long, which is the new minimum length required for passwords. - You must + You must request a new password in order to log in again. [% ELSIF error == "password_too_short" %] @@ -1568,16 +1568,16 @@ [% ELSIF error == "sudo_password_required" %] [% title = "Password Required" %] Your [% terms.Bugzilla %] password is required to begin a sudo - session. Please go back and enter your password. + session. Please go back and enter your password. [% ELSIF error == "sudo_preparation_required" %] [% title = "Preparation Required" %] You may not start a sudo session directly. Please - start your session normally. + start your session normally. [% ELSIF error == "sudo_protected" %] [% title = "User Protected" %] @@ -1784,7 +1784,7 @@ [% FOREACH q = Bugzilla.user.queries %] [% IF q.name == namedcmd %] - or edit + or edit [% END %] [% END %] -- 2.47.2