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

Line 293 - stomps unrelated data #15

Open SleepyBrett opened 12 years ago

SleepyBrett commented 12 years ago

WHen you update to set the photo filename you stomp all the other photos in the member table. Might want to add a ' where member_id=' clause to that query.