diff options
Diffstat (limited to 'extensions/BrowserID/template/en/default')
-rw-r--r-- | extensions/BrowserID/template/en/default/hook/global/user-error-errors.html.tmpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/extensions/BrowserID/template/en/default/hook/global/user-error-errors.html.tmpl b/extensions/BrowserID/template/en/default/hook/global/user-error-errors.html.tmpl new file mode 100644 index 000000000..ba8297a28 --- /dev/null +++ b/extensions/BrowserID/template/en/default/hook/global/user-error-errors.html.tmpl @@ -0,0 +1,9 @@ +[% IF error == "browserid_account_too_powerful" %] + [% title = "Account Too Powerful" %] + Your account's macho studliness is too much for BrowserID. I'm afraid you + will have to log in using the conventional method. + <br><br> + (BrowserID logins are disabled for accounts which are members of certain + particularly sensitive groups, while we gain experience with the + technology.) +[% END %] |