summaryrefslogtreecommitdiffstats
path: root/extensions/BrowserID/template/en/default/hook/global/user-error-errors.html.tmpl
blob: 402cad3c9cd02bdd4d8db84da1bb12e6773f7d79 (plain)
1
2
3
4
5
6
7
8
9
10
[% IF error == "browserid_account_too_powerful" %]
   [% title = "Account Too Powerful" %]
   Your account is a member of a group which is not permitted to use 
   BrowserID to log in. Please log in with your Bugzilla username and 
   password.
   <br><br>
   (BrowserID logins are disabled for accounts which are members of certain
    particularly sensitive groups, while we gain experience with the
    technology.)
[% END %]