summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
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.',