summaryrefslogtreecommitdiffstats
path: root/template/en/default/global
diff options
context:
space:
mode:
authorDylan Hardison <dylan@mozilla.com>2016-03-10 04:12:31 +0100
committerDylan Hardison <dylan@mozilla.com>2016-03-10 04:12:31 +0100
commit9cc89d34f79d1a326e5c792722163d5908a97c13 (patch)
tree3dc2a45f0826439fc6ea814197173a1fbb30b378 /template/en/default/global
parentad2b169b0b40aa53bfacb8a7cfb89631134a865d (diff)
downloadbugzilla-9cc89d34f79d1a326e5c792722163d5908a97c13.tar.gz
bugzilla-9cc89d34f79d1a326e5c792722163d5908a97c13.tar.xz
Bug 1254227 - MozReview auth delegation allows sending out phishing mails via Bugzilla
Diffstat (limited to 'template/en/default/global')
-rw-r--r--template/en/default/global/user-error.html.tmpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index 2ecad03fd..33fb0123d 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -148,6 +148,12 @@
[% title = "Auth delegation can't be confirmed" %]
Auth delegation cannot be confirmed due to missing or invalid token.
+ [% ELSIF error == "auth_delegation_invalid_description" %]
+ [% title = "Auth delegation suspicious description" %]
+ It looks like auth delegation was attempted with a suspicious description!
+ Auth Delegation descriptions should consist only of words, with no other punctuation.
+ You were sent here by some other site; please contact them for support.
+
[% ELSIF error == "auth_delegation_invalid_token" %]
[% title = "Auth delegation can't be confirmed" %]
Auth delegation cannot be confirmed due to missing or invalid token.