summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl7
1 files changed, 5 insertions, 2 deletions
diff --git a/defparams.pl b/defparams.pl
index 1e880dd82..cb02eb986 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -261,8 +261,11 @@ sub check_netmask {
{
name => 'useentrygroupdefault',
- desc => 'If this is on, Bugzilla will use product bug groups to restrict ' .
- 'who can enter bugs. Requires makeproductgroups to be on as well.',
+ desc => 'If this is on, Bugzilla will use product bug groups by default ' .
+ 'to restrict who can enter bugs. If this is on, users can see ' .
+ 'any product to which they have entry access in search menus. ' .
+ 'If this is off, users can see any product to which they have not ' .
+ 'been excluded by a mandatory restriction.',
type => 'b',
default => 0
},