summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install.pm
diff options
context:
space:
mode:
authordklawren <dklawren@users.noreply.github.com>2018-04-10 05:17:44 +0200
committerGitHub <noreply@github.com>2018-04-10 05:17:44 +0200
commit58c4f6814461ee4e35f0cffbdd63d948df940d35 (patch)
tree012231025cb598c791ba9ddfa6009ac584b668ec /Bugzilla/Install.pm
parent694df9c1c6ec244c416c2d8e85657651b6a28dab (diff)
downloadbugzilla-58c4f6814461ee4e35f0cffbdd63d948df940d35.tar.gz
bugzilla-58c4f6814461ee4e35f0cffbdd63d948df940d35.tar.xz
Bug 1328900 - Create new group called 'disableusers' that can only edit the bugmail and disabledtext fields of a user
Diffstat (limited to 'Bugzilla/Install.pm')
-rw-r--r--Bugzilla/Install.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/Bugzilla/Install.pm b/Bugzilla/Install.pm
index ced559111..8bce9b5e7 100644
--- a/Bugzilla/Install.pm
+++ b/Bugzilla/Install.pm
@@ -204,6 +204,10 @@ use constant SYSTEM_GROUPS => (
description => 'Can edit or disable users'
},
{
+ name => 'disableusers',
+ description => 'Can disable users'
+ },
+ {
name => 'creategroups',
description => 'Can create and destroy groups'
},