summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authorterry%mozilla.org <>2000-01-19 03:33:28 +0100
committerterry%mozilla.org <>2000-01-19 03:33:28 +0100
commit608e17c03974ecd0c54b01dadad994507dc2b23d (patch)
tree16ac11cd2df417810ec33ecbb22ed4c1133089b8 /defparams.pl
parent45966a66789b8c452ff826aab8cc521e786bb87a (diff)
downloadbugzilla-608e17c03974ecd0c54b01dadad994507dc2b23d.tar.gz
bugzilla-608e17c03974ecd0c54b01dadad994507dc2b23d.tar.xz
Spruced up "editusers.cgi". Added an "editusers" group.
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl6
1 files changed, 6 insertions, 0 deletions
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",