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

Added support for EE3 #24

Open jimmynyny opened 7 years ago

jimmynyny commented 7 years ago

I added the required files and updated directory structure to support EE3. I also had to update the password hash function to work with EE3 for updating the user's PW.

Otherwise, works great!