mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-27 06:29:19 +08:00
Fix password length of installation
This commit is contained in:
parent
97bcfa2686
commit
d9552e268c
@ -32,7 +32,7 @@ class SetupController extends Controller
|
||||
{
|
||||
$this->validate($request, [
|
||||
'email' => 'required|email',
|
||||
'password' => 'required|min:6|max:16|confirmed',
|
||||
'password' => 'required|min:8|max:16|confirmed',
|
||||
'site_name' => 'required'
|
||||
]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user