summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/code-error.html.tmpl
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-10-16 18:09:05 +0200
committerDave Lawrence <dlawrence@mozilla.com>2013-10-16 18:09:05 +0200
commit024a376986e7c178d82778bb21aaad2aef0b540f (patch)
tree347237e8626bdb45aedab1c6c26cc15ffceb8fcf /template/en/default/global/code-error.html.tmpl
parent19bfba90232bfc10adef745efe3ade50e7f3b3e4 (diff)
downloadbugzilla-024a376986e7c178d82778bb21aaad2aef0b540f.tar.gz
bugzilla-024a376986e7c178d82778bb21aaad2aef0b540f.tar.xz
Bug 906745 - In MySQL, tokens are not case-sensitive, reducing total entropy and allowing easier brute force
r=LpSolit,a=glob
Diffstat (limited to 'template/en/default/global/code-error.html.tmpl')
-rw-r--r--template/en/default/global/code-error.html.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl
index 89ebd0e54..357baec4a 100644
--- a/template/en/default/global/code-error.html.tmpl
+++ b/template/en/default/global/code-error.html.tmpl
@@ -352,6 +352,9 @@
[% ELSIF error == "token_generation_error" %]
Something is seriously wrong with the token generation system.
+ [% ELSIF error == "cancel_token_does_not_exist" %]
+ The token to be cancelled does not exist.
+
[% ELSIF error == "template_error" %]
[% template_error_msg FILTER html %]