mirror of
https://github.com/flarum/core.git
synced 2025-07-30 21:20:24 +02:00
Password is not necessarily required
e.g. on my LAMP setup, I sometimes use a MySQL account without a password
This commit is contained in:
@@ -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'
|
||||
]
|
||||
);
|
||||
|
Reference in New Issue
Block a user