From: Byron Jones Date: Fri, 29 Apr 2011 05:41:35 +0000 (+0800) Subject: Bug 653406: fix escaping of url vars in error messages X-Git-Tag: bugzilla-3.6.6~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cccb922c01a20a97b822f3380d65288e36d9da7;p=thirdparty%2Fbugzilla.git Bug 653406: fix escaping of url vars in error messages r=LpSolit, a=LpSolit --- 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 %]