diff --git a/install.php b/install.php index e7e80a0b4b3..acceede2b78 100644 --- a/install.php +++ b/install.php @@ -1034,6 +1034,7 @@ function install_configure_form(&$form_state, $url) { '#collapsible' => FALSE, ); + $form['admin_account']['account']['#tree'] = TRUE; $form['admin_account']['account']['name'] = array('#type' => 'textfield', '#title' => st('Username'), '#maxlength' => USERNAME_MAX_LENGTH,