Skip to content
Snippets Groups Projects
Commit 97112941 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

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

parent 20d3be4c
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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())),
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment