summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-10-14 21:06:18 +0200
committerFlorian Pritz <bluewind@xinu.at>2018-12-07 00:25:53 +0100
commit8c3fdaa797bc941aeb07ec8dc36361d6f34ccc98 (patch)
treee176ab54eaf501bf842832a939f4ceaa59a762d8 /Bugzilla/Config
parentf2ff085f8a2062f935a0116d18975c3c21ec4b64 (diff)
downloadbugzilla-8c3fdaa797bc941aeb07ec8dc36361d6f34ccc98.tar.gz
bugzilla-8c3fdaa797bc941aeb07ec8dc36361d6f34ccc98.tar.xz
add a default security group
Diffstat (limited to 'Bugzilla/Config')
-rw-r--r--Bugzilla/Config/GroupSecurity.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Config/GroupSecurity.pm b/Bugzilla/Config/GroupSecurity.pm
index f6f824098..1739642db 100644
--- a/Bugzilla/Config/GroupSecurity.pm
+++ b/Bugzilla/Config/GroupSecurity.pm
@@ -34,7 +34,7 @@ sub get_param_list {
name => 'insidergroup',
type => 's',
choices => \&get_all_group_names,
- default => '',
+ default => 'bz_insiders',
checker => \&check_group
},