From: Byron Jones Date: Fri, 29 Apr 2011 05:43:11 +0000 (+0800) Subject: Bug 653406: fix escaping of url vars in error messages X-Git-Tag: bugzilla-4.0.2~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3020e9fdf531dcb92cd15840ba0036fb7476765;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 b1b8ae56d7..3174596021 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1324,7 +1324,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" %] @@ -1554,16 +1554,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" %] @@ -1752,7 +1752,7 @@ [% FOREACH q = Bugzilla.user.queries %] [% IF q.name == namedcmd %] - or edit + or edit [% END %] [% END %]