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

Commit 1c799aa

Browse files
authored
Merge pull request #633 from HepplerDotNet/patch-4
Use Hash::make() instead of bcrypt()
2 parents 4a9944b + 534e492 commit 1c799aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config/auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
|
188188
| The password sync option allows you to automatically synchronize users
189189
| LDAP passwords to your local database. These passwords are hashed
190-
| natively by Laravel using the bcrypt() method.
190+
| natively by Laravel using the Hash::make() method.
191191
|
192192
| Enabling this option would also allow users to login to their accounts
193193
| using the password last used when an LDAP connection was present.

0 commit comments

Comments
 (0)