Author Topic: Forgot_Password Plugin modifies password in the SQL-DB instead LDAP  (Read 4779 times)

Offline andl

  • Newbie
  • *
  • Posts: 6
Hi Forum,

i am working with the rc 0.7 stable version and have configured the password plugin for ldap.
This works fine. Now i trying to configure the forgot_password plugin to change the ldap-password also, for a user who has forgotten his password.
The plugin seems to work, but it does not modify the ldap-password, it modifies the sql-password of the user.
This is not what i need. I want to set a new LDAP-PW. Shouldn't the forgot_password-plugin call the password-plugin, which is configured for the ldap-driver?
Did i forget to configure something, or do i have to modify the forgot_password.php?