1
0
mirror of https://github.com/flarum/core.git synced 2025-08-01 14:10:37 +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:
Toby Zerner
2015-09-14 14:39:18 +09:30
parent b2fa6b1a2e
commit 60b19efe0a

View File

@@ -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'
]
);