Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 21ad6d6

Browse filesBrowse files
authored
Verify algo (#6258)
1 parent b0b29e1 commit 21ad6d6
Copy full SHA for 21ad6d6

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎config/hashing.php

Copy file name to clipboardExpand all lines: config/hashing.php
+2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.