designbyfront / LDAP-Authentication-for-ExpressionEngine

An ExpressionEngine Extension that allows the authentication of users via LDAP. LDAP details are copied to the EE database before standard MySQL authentication is performed. If user is not found on LDAP, MySQL authentication will still be performed (useful for EE users not in LDAP)
http://www.designbyfront.com
30 stars 16 forks source link

Users change password #26

Open andyarc opened 5 years ago

andyarc commented 5 years ago

We have an issue where users that change their password can no longer login to the website using this plugin. They change their password on there primary accounts and subsequently cannot login on our site. My best guess is that the locally created EE user remains with the old password and the LDAP check is never made so they can no longer login in.

Any way to address this?