[Tickets #12317] Re: resetpassword doesn't reset password

noreply at bugs.horde.org noreply at bugs.horde.org
Fri Jun 21 07:27:38 UTC 2013


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/12317
------------------------------------------------------------------------------
  Ticket             | 12317
  Updated By         | maciej.uhlig at us.edu.pl
  Summary            | resetpassword doesn't reset password
  Queue              | Horde Groupware Webmail Edition
  Version            | 5.1.0
  Type               | Bug
  State              | Unconfirmed
  Priority           | 3. High
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


maciej.uhlig at us.edu.pl (2013-06-21 07:27) wrote:

Solved: in /Horde/Auth/Ldap.php, in function resetPassword(); change line:

$this->_ldap->modify($dn, $entry);

to:

$this->_ldap->modify($dn, array('replace' => $entry));

That's it.





More information about the bugs mailing list