summaryrefslogtreecommitdiffstats
path: root/extensions/Persona/template
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-03-18 07:28:27 +0100
committerByron Jones <bjones@mozilla.com>2013-03-18 07:28:27 +0100
commite96f9044a310649cf67791c13df34bc3f9bced41 (patch)
tree96087811d294a7abc2a6d3a9eb8d12221465dc5e /extensions/Persona/template
parent57201f3bfb5dfee4ffe8d55e6906bb64d2571d6e (diff)
downloadbugzilla-e96f9044a310649cf67791c13df34bc3f9bced41.tar.gz
bugzilla-e96f9044a310649cf67791c13df34bc3f9bced41.tar.xz
Bug 852026: improve persona's error management
Diffstat (limited to 'extensions/Persona/template')
-rw-r--r--extensions/Persona/template/en/default/hook/global/user-error-errors.html.tmpl18
1 files changed, 10 insertions, 8 deletions
diff --git a/extensions/Persona/template/en/default/hook/global/user-error-errors.html.tmpl b/extensions/Persona/template/en/default/hook/global/user-error-errors.html.tmpl
index bf7b865ac..f2e5bda24 100644
--- a/extensions/Persona/template/en/default/hook/global/user-error-errors.html.tmpl
+++ b/extensions/Persona/template/en/default/hook/global/user-error-errors.html.tmpl
@@ -1,10 +1,12 @@
[% IF error == "persona_account_too_powerful" %]
- [% title = "Account Too Powerful" %]
- Your account is a member of a group which is not permitted to use
- Persona to log in. Please log in with your [% terms.Bugzilla %] username
- and password.
- <br><br>
- (Persona logins are disabled for accounts which are members of certain
- particularly sensitive groups, while we gain experience with the
- technology.)
+ [% title = "Account Too Powerful" %]
+ Your account is a member of a group which is not permitted to use Persona to
+ log in. Please log in with your [% terms.Bugzilla %] username and password.
+ <br><br>
+ (Persona logins are disabled for accounts which are members of certain
+ particularly sensitive groups, while we gain experience with the technology.)
+[% ELSIF error == "persona_server_fail" %]
+ An error occurred during communication with the Persona servers:
+ <br>
+ [% reason FILTER html %]
[% END %]