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