Verify algo (#6258)
This commit is contained in:
@@ -30,6 +30,7 @@ return [
|
|||||||
|
|
||||||
'bcrypt' => [
|
'bcrypt' => [
|
||||||
'rounds' => env('BCRYPT_ROUNDS', 12),
|
'rounds' => env('BCRYPT_ROUNDS', 12),
|
||||||
|
'verify' => true,
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -47,6 +48,7 @@ return [
|
|||||||
'memory' => 65536,
|
'memory' => 65536,
|
||||||
'threads' => 1,
|
'threads' => 1,
|
||||||
'time' => 4,
|
'time' => 4,
|
||||||
|
'verify' => true,
|
||||||
],
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user