diff --git a/framework/core/src/Install/Console/InstallCommand.php b/framework/core/src/Install/Console/InstallCommand.php index 100f07a28..686991f10 100644 --- a/framework/core/src/Install/Console/InstallCommand.php +++ b/framework/core/src/Install/Console/InstallCommand.php @@ -139,7 +139,6 @@ class InstallCommand extends Command 'host' => 'required', 'database' => 'required|alpha_dash', 'username' => 'required|alpha_dash', - 'password' => 'required', 'prefix' => 'alpha_dash|max:10' ] );