From d297f88d022f45e4d6341e7eca49049a4947cd8f Mon Sep 17 00:00:00 2001 From: "bugreport%peshkin.net" <> Date: Mon, 9 Dec 2002 08:24:34 +0000 Subject: Bug 86029 create permission restrictions for createaccount.cgi (prevent people from creating accounts) r=burnus a=justdave --- defparams.pl | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'defparams.pl') diff --git a/defparams.pl b/defparams.pl index 3e4807dc2..fc3fe8245 100644 --- a/defparams.pl +++ b/defparams.pl @@ -693,6 +693,19 @@ You will get this message once a day until you\'ve dealt with these bugs! default => '' }, + { + name => 'createemailregexp', + desc => 'This defines the regexp to use for email addresses that are ' . + 'permitted to self-register using a "New Account" feature. The ' . + 'default (.*) permits any account matching the emailregexp ' . + 'to be created. If this parameter is left blank, no users ' . + 'will be permitted to create their own accounts and all accounts ' . + 'will have to be created by an administrator', + type => 't', + default => q:.*:, + checker => \&check_regexp + }, + { name => 'voteremovedmail', desc => 'This is a mail message to send to anyone who gets a vote removed ' . -- cgit v1.2.3-24-g4f1b