Summary | Set empty password when modify user but leave his password blank |
Queue | Vilma |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | Horde Developers (at) , chuck (at) horde (dot) org |
Requester | guilleva (at) gmail (dot) com |
Created | 03/14/2006 (7027 days ago) |
Due | |
Updated | 05/20/2006 (6960 days ago) |
Assigned | 03/14/2006 (7027 days ago) |
Resolved | 05/20/2006 (6960 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Set empty password when modify user but leave his password blank
Queue ⇒ Vilma
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'])) {