X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/07761524af8277699d75fca09f35341420a6c619..794671ef32f8f67ebe30b9575bea0fa0e74d644b:/app/Config/hashing.php diff --git a/app/Config/hashing.php b/app/Config/hashing.php index 585ee094c..91d0db16b 100644 --- a/app/Config/hashing.php +++ b/app/Config/hashing.php @@ -21,7 +21,8 @@ return [ // passwords are hashed using the Bcrypt algorithm. This will allow you // to control the amount of time it takes to hash the given password. 'bcrypt' => [ - 'rounds' => env('BCRYPT_ROUNDS', 10), + 'rounds' => env('BCRYPT_ROUNDS', 12), + 'verify' => true, ], // Argon Options