mirror of
https://github.com/flarum/framework.git
synced 2025-01-31 23:37:32 +08: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:
parent
7ab3bc1f2d
commit
17965f2f61
|
@ -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'
|
||||
]
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue
Block a user