diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-09-27 18:07:51 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-09-27 18:07:51 +0200 |
commit | 0048909dbe4141af69eaf930562c3e8f653dbe0d (patch) | |
tree | 3e24f8d9db7e83846db69d66c64d1261186270ad /template | |
parent | 0228e2ab199a9b2b0287f3aa02a0f607e22e4054 (diff) | |
download | bugzilla-0048909dbe4141af69eaf930562c3e8f653dbe0d.tar.gz bugzilla-0048909dbe4141af69eaf930562c3e8f653dbe0d.tar.xz |
Revert Bug 917669 - invalid or expired authentication tokens and cookies should throw errors, not be silently ignored
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 0bd3dd15e..e85ecaada 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1030,11 +1030,6 @@ [%+ constants.LOGIN_LOCKOUT_INTERVAL FILTER html %] minutes. [% END %] - [% ELSIF error == "invalid_cookies_or_token" %] - [% title = "Invalid Cookies or Token" %] - The cookies or token provide were not valid or have expired. - You may login again to get new cookies or a new token. - [% ELSIF error == "json_rpc_get_method_required" %] When using JSON-RPC over GET, you must specify a 'method' parameter. See the documentation at |