From 0b05719fc8029a128c9b8e8e85109f3f8c13f47a Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 24 Aug 2015 12:35:33 +0800 Subject: Bug 1196614 - restrict the ability for users with editusers/creategroups to alter admins and the admin group --- template/en/default/global/user-error.html.tmpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'template') 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" %] -- cgit v1.2.3-24-g4f1b