Match original database password length when doing a password reset (#1509)
This commit is contained in:
parent
fa4858f292
commit
4460b6835a
3 changed files with 3 additions and 3 deletions
|
@ -599,7 +599,7 @@ class ServersController extends Controller
|
|||
['id', '=', $request->input('database')],
|
||||
]);
|
||||
|
||||
$this->databasePasswordService->handle($database, str_random(20));
|
||||
$this->databasePasswordService->handle($database, str_random(24));
|
||||
|
||||
return response('', 204);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue