- Patch #576302 by joachim | lambic: improved rewording of user admin help text.

merge-requests/26/head
Dries Buytaert 2009-09-19 11:18:32 +00:00
parent fd1c63b5c0
commit 652f90d1c0
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ function user_admin_settings() {
'#type' => 'checkbox',
'#title' => t('Require e-mail verification when a visitor creates an account.'),
'#default_value' => variable_get('user_email_verification', TRUE),
'#description' => t('New users will be required to validate their e-mail address prior to logging into the site, and will be assigned a system-generated password. If disabled, users will be logged in immediately upon registering, and may select their own passwords during registration.')
'#description' => t('New users will be required to validate their e-mail address prior to logging into the site, and will be assigned a system-generated password. With this setting disabled, users will be logged in immediately upon registering, and may select their own passwords during registration.')
);
module_load_include('inc', 'user', 'user.pages');
$form['registration_cancellation']['user_cancel_method'] = array(