diff options
author | Byron Jones <bjones@mozilla.com> | 2012-04-09 17:28:47 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-04-09 17:28:47 +0200 |
commit | 57be8366c77018eb80b98510544508ddd995f112 (patch) | |
tree | 4f8bd92e919bba111b7f8e537a58cadfcb6345ea /extensions/BrowserID/template | |
parent | 038e32c1753b1d7bfbf026ee99f6128e038cc70c (diff) | |
download | bugzilla-57be8366c77018eb80b98510544508ddd995f112.tar.gz bugzilla-57be8366c77018eb80b98510544508ddd995f112.tar.xz |
Add missing files from BrowserID extension
Diffstat (limited to 'extensions/BrowserID/template')
-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 %] |