Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
bd1b0779
Commit
bd1b0779
authored
Apr 29, 2011
by
Byron Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 653406: fix escaping of url vars in error messages
r=LpSolit, a=LpSolit
parent
45cc062b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
user-error.html.tmpl
template/en/default/global/user-error.html.tmpl
+8
-8
No files found.
template/en/default/global/user-error.html.tmpl
View file @
bd1b0779
...
@@ -1310,7 +1310,7 @@
...
@@ -1310,7 +1310,7 @@
Your password is currently less than
Your password is currently less than
[%+ constants.USER_PASSWORD_MIN_LENGTH FILTER html %] characters long,
[%+ constants.USER_PASSWORD_MIN_LENGTH FILTER html %] characters long,
which is the new minimum length required for passwords.
which is the new minimum length required for passwords.
You must <a href="token.cgi?a=reqpw&
loginname=[% locked_user.email FILTER html
%]">
You must <a href="token.cgi?a=reqpw&
amp;loginname=[% locked_user.email FILTER uri
%]">
request a new password</a> in order to log in again.
request a new password</a> in order to log in again.
[% ELSIF error == "password_too_short" %]
[% ELSIF error == "password_too_short" %]
...
@@ -1557,16 +1557,16 @@
...
@@ -1557,16 +1557,16 @@
[% ELSIF error == "sudo_password_required" %]
[% ELSIF error == "sudo_password_required" %]
[% title = "Password Required" %]
[% title = "Password Required" %]
Your [% terms.Bugzilla %] password is required to begin a sudo
Your [% terms.Bugzilla %] password is required to begin a sudo
session. Please <a href="relogin.cgi?action=prepare-sudo&target_login=
session. Please <a href="relogin.cgi?action=prepare-sudo&
amp;
target_login=
[%- target_login FILTER
html %]&
reason=
[%- target_login FILTER
uri %]&
reason=
[%- reason FILTER
html
%]">go back</a> and enter your password.
[%- reason FILTER
uri
%]">go back</a> and enter your password.
[% ELSIF error == "sudo_preparation_required" %]
[% ELSIF error == "sudo_preparation_required" %]
[% title = "Preparation Required" %]
[% title = "Preparation Required" %]
You may not start a sudo session directly. Please
You may not start a sudo session directly. Please
<a href="relogin.cgi?action=prepare-sudo&target_login=
<a href="relogin.cgi?action=prepare-sudo&
amp;
target_login=
[%- target_login FILTER
html %]&
reason=
[%- target_login FILTER
uri %]&
reason=
[%- reason FILTER
html
%]">start your session normally</a>.
[%- reason FILTER
uri
%]">start your session normally</a>.
[% ELSIF error == "sudo_protected" %]
[% ELSIF error == "sudo_protected" %]
[% title = "User Protected" %]
[% title = "User Protected" %]
...
@@ -1768,7 +1768,7 @@
...
@@ -1768,7 +1768,7 @@
[% FOREACH q = Bugzilla.user.queries %]
[% FOREACH q = Bugzilla.user.queries %]
[% IF q.name == namedcmd %]
[% IF q.name == namedcmd %]
or <a href="query.cgi?[% q.url FILTER
html
%]">edit</a>
or <a href="query.cgi?[% q.url FILTER
uri
%]">edit</a>
[% END %]
[% END %]
[% END %]
[% END %]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment