From f9214d522c9dabc0096573e553b946c492a65230 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Mon, 30 Aug 2004 04:29:34 +0000 Subject: Bug 225687 - add group controls to charts, along with various other cleanups. Patch by gerv; r=joel, a=justdave. --- defparams.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'defparams.pl') diff --git a/defparams.pl b/defparams.pl index 57675e07d..ed6e6a0c7 100644 --- a/defparams.pl +++ b/defparams.pl @@ -1168,11 +1168,11 @@ 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 ' . + 'and series definitions do not divulge confidential information ' . 'before enabling this for an untrusted population. If left blank, ' . 'no users will be able to use New Charts.', type => 't', - default => '' + default => 'editbugs' }, { -- cgit v1.2.3-24-g4f1b