summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authorbugreport%peshkin.net <>2004-07-06 10:12:29 +0200
committerbugreport%peshkin.net <>2004-07-06 10:12:29 +0200
commit73fd49ff3bbff6244802ba548bb22c2be39014e1 (patch)
treef7b78fde82e5557d604de9282d19c235dfc3dea1 /defparams.pl
parent4ab7a75f97285207ceb8c4830406701b11819cbc (diff)
downloadbugzilla-73fd49ff3bbff6244802ba548bb22c2be39014e1.tar.gz
bugzilla-73fd49ff3bbff6244802ba548bb22c2be39014e1.tar.xz
Bug 243463 Use a param to protect new charts from leaking information
r=justdave a=justdave
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl11
1 files changed, 11 insertions, 0 deletions
diff --git a/defparams.pl b/defparams.pl
index 849c033ea..6861d0447 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -1035,6 +1035,17 @@ Reason: %reason%
},
{
+ name => 'chartgroup',
+ desc => 'The name of the group of users who can use the "New Charts" ' .
+ 'feature. Administrators should ensure that the public categories ' .
+ 'and series definitions do not divulge unwanted information ' .
+ 'before enabling this for an untrusted population. If left blank, ' .
+ 'no users will be able to use New Charts.',
+ type => 't',
+ default => ''
+ },
+
+ {
name => 'insidergroup',
desc => 'The name of the group of users who can see/change private ' .
'comments and attachments.',