- Patch #82616 by flk: database password should be optional.

5.x
Dries Buytaert 2006-09-06 07:36:17 +00:00
parent 20d3be4cf5
commit 971129417e
1 changed files with 0 additions and 2 deletions

View File

@ -227,7 +227,6 @@ function install_settings_form($profile, $install_locale, $settings_file, $db_ur
'#default_value' => $db_pass,
'#size' => 45,
'#maxlength' => 45,
'#required' => TRUE,
);
$form['advanced_options'] = array(
@ -256,7 +255,6 @@ function install_settings_form($profile, $install_locale, $settings_file, $db_ur
'#default_value' => $db_prefix,
'#size' => 45,
'#maxlength' => 45,
'#required' => FALSE,
'#description' => st('If more than one @drupal web site will be sharing this database, enter a table prefix for your @drupal site here.', array('@drupal' => drupal_install_profile_name())),
);