diff options
author | dklawren <dklawren@users.noreply.github.com> | 2018-04-10 05:17:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-10 05:17:44 +0200 |
commit | 58c4f6814461ee4e35f0cffbdd63d948df940d35 (patch) | |
tree | 012231025cb598c791ba9ddfa6009ac584b668ec /Bugzilla | |
parent | 694df9c1c6ec244c416c2d8e85657651b6a28dab (diff) | |
download | bugzilla-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')
-rw-r--r-- | Bugzilla/Install.pm | 4 |
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' }, |