From 1bcbb826858848fbb03586797d09dfae9780c740 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 26 Nov 2005 06:55:58 +0000 Subject: [PATCH] r604: Change description for allownewreg --- includes/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/settings.php b/includes/settings.php index de5d56e..202eab7 100755 --- a/includes/settings.php +++ b/includes/settings.php @@ -30,7 +30,7 @@ $settingconfig = array(); $define['general'] = $lang->string('General Options'); -$config['allownewreg'] = array('general', 'allownewreg', 'yesno', 1, false, $lang->string('Allow New Registrations'), $lang->string('Can unregistered users be allowed to create accounts.')); +$config['allownewreg'] = array('general', 'allownewreg', 'yesno', 1, false, $lang->string('Allow New Registrations'), $lang->string('If this is set to no, no new users will be allowed to register.')); $config['verifyemail'] = array('general', 'verifyemail', 'yesno', 0, false, $lang->string('Require Activation Email'), $lang->string('Setting this to yes will force all new users to verify their account with an email activation link.')); $config['moderatenewusers'] = array('general', 'moderatenewusers', 'yesno', 0, false, $lang->string('Moderate New Users'), $lang->string('All new users will have to be approved by the administration before being able to have normal user rights.')); $config['sendwelcomemail'] = array('general', 'sendwelcomemail', 'yesno', 1, false, $lang->string('Send New Use Welcome Email'), $lang->string('Setting this option to yes will send all new users, after they\'ve been verified, a welcoming email.')); -- 2.43.5