[Tickets #3627] NEW: Set empty password when modify user but leave his password blank

bugs@bugs.horde.org bugs at bugs.horde.org
Tue Mar 14 11:59:37 PST 2006


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

Ticket URL: http://bugs.horde.org/ticket/?id=3627
-----------------------------------------------------------------------
 Ticket             | 3627
 Created By         | guilleva at gmail.com
 Summary            | Set empty password when modify user but leave his password blank
 Queue              | Vilma
 State              | Unconfirmed
 Priority           | 1. Low
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------


guilleva at gmail.com (2006-03-14 11:59) wrote:

If I modify some user but i don't want to change his password, the system
set blank password.

This will be fixed changing line #456 of lib/Driver/sql.php from:
        if (isset($info['password'])) {
to:
        if (!empty($info['password'])) {






More information about the bugs mailing list