summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl13
1 files changed, 13 insertions, 0 deletions
diff --git a/defparams.pl b/defparams.pl
index 3e4807dc2..fc3fe8245 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -694,6 +694,19 @@ You will get this message once a day until you\'ve dealt with these bugs!
},
{
+ 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 ' .
'from a bug for any reason. %to% gets replaced by the person who ' .