From 21ad6d6915df7d8b3825e6d7a7f47f716600e87b Mon Sep 17 00:00:00 2001 From: Tim MacDonald Date: Thu, 26 Oct 2023 06:32:54 +1100 Subject: [PATCH] Verify algo (#6258) --- config/hashing.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/hashing.php b/config/hashing.php index ae44a3e8..0e8a0bb3 100644 --- a/config/hashing.php +++ b/config/hashing.php @@ -30,6 +30,7 @@ 'bcrypt' => [ 'rounds' => env('BCRYPT_ROUNDS', 12), + 'verify' => true, ], /* @@ -47,6 +48,7 @@ 'memory' => 65536, 'threads' => 1, 'time' => 4, + 'verify' => true, ], ];