Skip to content

Commit 21ad6d6

Browse files
authored
Verify algo (#6258)
1 parent b0b29e1 commit 21ad6d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/hashing.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030

3131
'bcrypt' => [
3232
'rounds' => env('BCRYPT_ROUNDS', 12),
33+
'verify' => true,
3334
],
3435

3536
/*
@@ -47,6 +48,7 @@
4748
'memory' => 65536,
4849
'threads' => 1,
4950
'time' => 4,
51+
'verify' => true,
5052
],
5153

5254
];

0 commit comments

Comments
 (0)