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:05:10 +0200
committerDave Lawrence <dlawrence@mozilla.com>2013-10-16 18:05:10 +0200
commit3771585c730f31f36a5efa3bd6b053ddf66bb2ba (patch)
tree7e01b7252cf9246d00ae56caa0db014121483258 /template/en/default/global/code-error.html.tmpl
parentf3b17d9f5351d9eca8d2c7f0feb272432fc398c9 (diff)
downloadbugzilla-3771585c730f31f36a5efa3bd6b053ddf66bb2ba.tar.gz
bugzilla-3771585c730f31f36a5efa3bd6b053ddf66bb2ba.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 24e46fb14..877fe8d66 100644
--- a/template/en/default/global/code-error.html.tmpl
+++ b/template/en/default/global/code-error.html.tmpl
@@ -438,6 +438,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 %]