From 58c4f6814461ee4e35f0cffbdd63d948df940d35 Mon Sep 17 00:00:00 2001 From: dklawren Date: Mon, 9 Apr 2018 23:17:44 -0400 Subject: Bug 1328900 - Create new group called 'disableusers' that can only edit the bugmail and disabledtext fields of a user --- Bugzilla/Install.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Bugzilla/Install.pm') diff --git a/Bugzilla/Install.pm b/Bugzilla/Install.pm index ced559111..8bce9b5e7 100644 --- a/Bugzilla/Install.pm +++ b/Bugzilla/Install.pm @@ -203,6 +203,10 @@ use constant SYSTEM_GROUPS => ( name => 'editusers', description => 'Can edit or disable users' }, + { + name => 'disableusers', + description => 'Can disable users' + }, { name => 'creategroups', description => 'Can create and destroy groups' -- cgit v1.2.3-24-g4f1b