From 25da67d48e0d69ff75470ff00ef13a06170e450b Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 5 May 2010 15:46:05 +0000 Subject: =?UTF-8?q?-=20Patch=20#752814=20by=20David=5FRothstein,=20G=C3=A1?= =?UTF-8?q?bor=20Hojtsy:=20installer=20forces=20user=5Femail=5Fverificatio?= =?UTF-8?q?n()=20to=20TRUE.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- includes/install.core.inc | 3 --- 1 file changed, 3 deletions(-) (limited to 'includes') diff --git a/includes/install.core.inc b/includes/install.core.inc index ae9802bb9..1dea365a1 100644 --- a/includes/install.core.inc +++ b/includes/install.core.inc @@ -1727,8 +1727,6 @@ function install_configure_form_submit($form, &$form_state) { } } - // Turn this off temporarily so that we can pass a password through. - variable_set('user_email_verification', FALSE); $form_state['old_values'] = $form_state['values']; $form_state['values'] = $form_state['values']['account']; @@ -1741,7 +1739,6 @@ function install_configure_form_submit($form, &$form_state) { user_login_finalize(); $form_state['values'] = $form_state['old_values']; unset($form_state['old_values']); - variable_set('user_email_verification', TRUE); if (isset($form_state['values']['clean_url'])) { variable_set('clean_url', $form_state['values']['clean_url']); -- cgit v1.2.3