diff options
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/install.php b/install.php index 3b6dd1848..c30b302d6 100644 --- a/install.php +++ b/install.php @@ -271,7 +271,6 @@ function install_settings_form(&$form_state, $profile, $install_locale, $setting '#default_value' => empty($database['username']) ? '' : $database['username'], '#size' => 45, '#maxlength' => 45, - '#required' => TRUE, ); // Database username |