Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 57868b9

Browse files
authored
Merge pull request #634 from HepplerDotNet/patch-5
Use Hash::make() instead of bcrypt()
2 parents c75db62 + 2d44657 commit 57868b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/auth/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ public function login(Request $request)
395395

396396
### Sync
397397

398-
The password sync option allows you to automatically synchronize users LDAP passwords to your local database. These passwords are hashed natively by Laravel using the bcrypt() method.
398+
The password sync option allows you to automatically synchronize users LDAP passwords to your local database. These passwords are hashed natively by Laravel using the Hash::make() method.
399399

400400
Enabling this option would also allow users to login to their accounts using the password last used when an LDAP connection was present.
401401

0 commit comments

Comments
 (0)