6.0.0-alpha12
6/9/25

[#3627] Set empty password when modify user but leave his password blank
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

History
05/20/2006 11:49:39 PM Chuck Hagenbuch Comment #2
State ⇒ Resolved
Reply to this comment
Fixed, thanks!
05/18/2006 08:55:35 PM Chuck Hagenbuch Assigned to Chuck Hagenbuch
 
03/14/2006 10:47:10 PM Jan Schneider Assigned to Horde DevelopersHorde Developers
 
03/14/2006 10:46:27 PM Jan Schneider State ⇒ Assigned
Priority ⇒ 2. Medium
 
03/14/2006 07:59:37 PM guilleva (at) gmail (dot) com Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Set empty password when modify user but leave his password blank
Queue ⇒ Vilma
Reply to this comment
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'])) {




Saved Queries