diff options
author | Byron Jones <glob@mozilla.com> | 2015-08-24 06:35:33 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-08-24 06:35:33 +0200 |
commit | 0b05719fc8029a128c9b8e8e85109f3f8c13f47a (patch) | |
tree | 04f332d79e895b69fe9f362d69b934ae202adf1d /template/en/default/global | |
parent | 4cc64c90c53eaa910c4564f146d4cd804ccf485f (diff) | |
download | bugzilla-0b05719fc8029a128c9b8e8e85109f3f8c13f47a.tar.gz bugzilla-0b05719fc8029a128c9b8e8e85109f3f8c13f47a.tar.xz |
Bug 1196614 - restrict the ability for users with editusers/creategroups to alter admins and the admin group
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 8aa4ef4cb..814a02c13 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -209,6 +209,8 @@ [% IF object == "administrative_pages" %] administrative pages + [% ELSIF object == "admin_group" %] + the admin group [% ELSIF object == "attachment" %] [% IF attach_id %] attachment #[% attach_id FILTER html %] @@ -237,6 +239,8 @@ group access [% ELSIF object == "groups" %] groups + [% ELSIF object == "insider_group" %] + the insider group [% ELSIF object == "job_queue" %] the job queue [% ELSIF object == "keywords" %] |