Skip to content

Commit bc23ed2

Browse files
committed
Fix default password hashing config
1 parent df1365a commit bc23ed2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/hashing.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
|
1616
*/
1717

18-
'driver' => env('HASH_DRIVER', 'argon2id'),
18+
'driver' => env('HASH_DRIVER', 'bcrypt'),
1919

2020
/*
2121
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)