From 6f3e5c8018709ef5a43427c5259e24372eefe7c3 Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" <> Date: Fri, 12 Mar 1999 00:30:51 +0000 Subject: Added 'groups' stuff, where we have different group bits that we can put on a person or on a bug. Some of the group bits control access to bugzilla features. And a person can't access a bug unless he has every group bit set that is also set on the bug. --- defparams.pl | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'defparams.pl') diff --git a/defparams.pl b/defparams.pl index d7b2e5a46..df1a06396 100644 --- a/defparams.pl +++ b/defparams.pl @@ -90,17 +90,10 @@ sub check_numeric { # the database tables. The name of the parameter is of the form # "tablename.columnname". -# This very first one is silly. At some point, "superuserness" should be an -# attribute of the person's profile entry, and not a single name like this. -# -# When first installing bugzilla, you need to either change this line to be -# you, or (better) edit the initial "params" file and change the entry for -# param(maintainer). - DefParam("maintainer", "The email address of the person who maintains this installation of Bugzilla.", "t", - 'terry@mozilla.org'); + 'THE MAINTAINER HAS NOT YET BEEN SET'); DefParam("urlbase", "The URL that is the common initial leading part of all Bugzilla URLs.", -- cgit v1.2.3-24-g4f1b