summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'install.php')
-rw-r--r--install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php
index b81f18c64..fc9e061c3 100644
--- a/install.php
+++ b/install.php
@@ -1114,7 +1114,7 @@ function install_configure_form_submit($form, &$form_state) {
$merge_data = array('init' => $form_state['values']['mail'], 'roles' => array(), 'status' => 1);
user_save($account, array_merge($form_state['values'], $merge_data));
// Log in the first user.
- user_authenticate($form_state['values']['name'], trim($form_state['values']['pass']));
+ user_authenticate($form_state['values']);
$form_state['values'] = $form_state['old_values'];
unset($form_state['old_values']);
variable_set('user_email_verification', TRUE);