You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 24, 2023. It is now read-only.
Very (very) new to Laravel, so apologies if this is something simple.I'm working with the intro tutorial for now, and I configured everything for LDAP authentication, using the instructions for Laravel 5.2. When attempting to login, I could see my server being queried, and LDAP users being inserted into the database, but I kept getting redirected back to the login page. When I changed password sync to true, it started working just fine.
The text was updated successfully, but these errors were encountered:
Since a random password is assigned on each login for the user database record (when password syn is disabled), when the stock eloquent driver checks the submitted password against the hashed database value, it returns false (to be expected).
Uh oh!
There was an error while loading. Please reload this page.
Very (very) new to Laravel, so apologies if this is something simple.I'm working with the intro tutorial for now, and I configured everything for LDAP authentication, using the instructions for Laravel 5.2. When attempting to login, I could see my server being queried, and LDAP users being inserted into the database, but I kept getting redirected back to the login page. When I changed password sync to true, it started working just fine.
The text was updated successfully, but these errors were encountered: