From 608e17c03974ecd0c54b01dadad994507dc2b23d Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Wed, 19 Jan 2000 02:33:28 +0000 Subject: Spruced up "editusers.cgi". Added an "editusers" group. --- defparams.pl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'defparams.pl') diff --git a/defparams.pl b/defparams.pl index 43bccc8a2..342b06fa9 100644 --- a/defparams.pl +++ b/defparams.pl @@ -418,6 +418,12 @@ DefParam("allowbugdeletion", 0); +DefParam("allowuserdeletion", + q{The pages to edit users can also let you delete a user. But there is no code that goes and cleans up any references to that user in other tables, so such deletions are kinda scary. So, you have to turn on this option before any such deletions will ever happen.}, + "b", + 0); + + DefParam("strictvaluechecks", "Do stricter integrity checking on both form submission values and values read in from the database.", "b", -- cgit v1.2.3-24-g4f1b