diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-10-14 21:06:18 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-12-07 00:25:53 +0100 |
commit | 8c3fdaa797bc941aeb07ec8dc36361d6f34ccc98 (patch) | |
tree | e176ab54eaf501bf842832a939f4ceaa59a762d8 /Bugzilla/Config/GroupSecurity.pm | |
parent | f2ff085f8a2062f935a0116d18975c3c21ec4b64 (diff) | |
download | bugzilla-8c3fdaa797bc941aeb07ec8dc36361d6f34ccc98.tar.gz bugzilla-8c3fdaa797bc941aeb07ec8dc36361d6f34ccc98.tar.xz |
add a default security group
Diffstat (limited to 'Bugzilla/Config/GroupSecurity.pm')
-rw-r--r-- | Bugzilla/Config/GroupSecurity.pm | 2 |
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 }, |