diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-04-19 19:06:01 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-04-19 19:06:01 +0200 |
commit | a7ea4cc08af57c63c496b28db419887ab7f77dbb (patch) | |
tree | a96b363e548d1e2e6d34ad5575596510fc38ea0b | |
parent | 5dd270a16c7a6caea49740b16fc5495dd8d9c036 (diff) | |
download | bugzilla-a7ea4cc08af57c63c496b28db419887ab7f77dbb.tar.gz bugzilla-a7ea4cc08af57c63c496b28db419887ab7f77dbb.tar.xz |
Bug 746331 - Change the BrowserID login failed message
-rw-r--r-- | extensions/BrowserID/template/en/default/hook/global/user-error-errors.html.tmpl | 5 |
1 files changed, 3 insertions, 2 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 index ba8297a28..402cad3c9 100644 --- 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 @@ -1,7 +1,8 @@ [% 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. + 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 |