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)
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.
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?