diff --git a/config/hashing.php b/config/hashing.php index ae44a3e878b..0e8a0bb3ffd 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, ], ];