summaryrefslogtreecommitdiffstats
path: root/extensions/Persona/template/en/default/hook/global/user-error-errors.html.tmpl
blob: bf7b865ace941a83465da61f2fce9987500a2df2 (plain)
1
2
3
4
5
6
7
8
9
10
[% 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.)
[% END %]