From 94c3dceedae0123f7a1bd518d00aa2839ca82d14 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 29 Apr 2009 08:04:24 +0000 Subject: =?UTF-8?q?-=20Patch=20#240873=20by=20G=C3=A1bor=20Hojtsy:=20move?= =?UTF-8?q?=20custom=20help=20settings=20to=20blocks.=20=20Very=20exciting?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/user/user.admin.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/user/user.admin.inc') diff --git a/modules/user/user.admin.inc b/modules/user/user.admin.inc index eb5e621f9..dd7430bb5 100644 --- a/modules/user/user.admin.inc +++ b/modules/user/user.admin.inc @@ -242,7 +242,6 @@ function user_admin_settings() { $form['registration'] = array('#type' => 'fieldset', '#title' => t('User registration settings')); $form['registration']['user_register'] = array('#type' => 'radios', '#title' => t('Public registrations'), '#default_value' => variable_get('user_register', 1), '#options' => array(t('Only site administrators can create new user accounts.'), t('Visitors can create accounts and no administrator approval is required.'), t('Visitors can create accounts but administrator approval is required.'))); $form['registration']['user_email_verification'] = array('#type' => 'checkbox', '#title' => t('Require e-mail verification when a visitor creates an account'), '#default_value' => variable_get('user_email_verification', TRUE), '#description' => t('If this box is checked, 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 it unchecked, users will be logged in immediately upon registering, and may select their own passwords during registration.')); - $form['registration']['user_registration_help'] = array('#type' => 'textarea', '#title' => t('User registration guidelines'), '#default_value' => variable_get('user_registration_help', ''), '#description' => t('This text is displayed at the top of the user registration form and is useful for helping or instructing your users.')); // Account cancellation settings. module_load_include('inc', 'user', 'user.pages'); -- cgit v1.2.3