summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorterry%mozilla.org <>2000-01-19 03:33:28 +0100
committerterry%mozilla.org <>2000-01-19 03:33:28 +0100
commit608e17c03974ecd0c54b01dadad994507dc2b23d (patch)
tree16ac11cd2df417810ec33ecbb22ed4c1133089b8 /checksetup.pl
parent45966a66789b8c452ff826aab8cc521e786bb87a (diff)
downloadbugzilla-608e17c03974ecd0c54b01dadad994507dc2b23d.tar.gz
bugzilla-608e17c03974ecd0c54b01dadad994507dc2b23d.tar.xz
Spruced up "editusers.cgi". Added an "editusers" group.
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/checksetup.pl b/checksetup.pl
index e1fd906bf..0028d7cce 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -741,6 +741,7 @@ sub AddGroup ($$)
#
AddGroup 'tweakparams', 'Can tweak operating parameters';
+AddGroup 'editusers', 'Can edit or disable users';
AddGroup 'editgroupmembers', 'Can put people in and out of groups that they are members of.';
AddGroup 'creategroups', 'Can create and destroy groups.';
AddGroup 'editcomponents', 'Can create, destroy, and edit components.';