mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Updated to Laravel 5.8
This commit is contained in:
@ -62,7 +62,7 @@ class UserInviteController extends Controller
|
||||
public function setPassword(string $token, Request $request)
|
||||
{
|
||||
$this->validate($request, [
|
||||
'password' => 'required|min:6'
|
||||
'password' => 'required|min:8'
|
||||
]);
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user