diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-10-25 21:00:45 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-10-25 21:00:45 +0200 |
commit | 9c5c3b20f521097f106b37fa9fa1c67ecd50f167 (patch) | |
tree | abda009ec13da7749f887f3ad4efef19ff8ee14e /template/en/default/global | |
parent | bc3208378008a78c3cc2494eecd7f5144c7c79fa (diff) | |
download | bugzilla-9c5c3b20f521097f106b37fa9fa1c67ecd50f167.tar.gz bugzilla-9c5c3b20f521097f106b37fa9fa1c67ecd50f167.tar.xz |
Bug 921523 - backport upstream bug 917669 to bmo/4.2 to throw error when invalid cookies/tokens are used with webservices
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index e85ecaada..0bd3dd15e 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1030,6 +1030,11 @@ [%+ 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 |