mirror of
https://github.com/flarum/core.git
synced 2025-08-02 14:37:49 +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',
|
'host' => 'required',
|
||||||
'database' => 'required|alpha_dash',
|
'database' => 'required|alpha_dash',
|
||||||
'username' => 'required|alpha_dash',
|
'username' => 'required|alpha_dash',
|
||||||
'password' => 'required',
|
|
||||||
'prefix' => 'alpha_dash|max:10'
|
'prefix' => 'alpha_dash|max:10'
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user