| Summary | empty password for sql |
| Queue | Horde Base |
| Queue Version | 3.0.4 |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | |
| Requester | glen (at) delfi (dot) ee |
| Created | 5/21/05 (7709 days ago) |
| Due | |
| Updated | 5/22/05 (7708 days ago) |
| Assigned | |
| Resolved | 5/22/05 (7708 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
http://cvs.horde.org/diff.php/framework/Horde/Horde/Config.php?r1=1.87&r2=1.88&ty=u
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ empty password for sql
Queue ⇒ Horde Base
configuration using web frontend, it puts asterisks to the password
field:
$conf['sql']['password'] = '*****';
this can be resolved, if i clear the password field prior save.
if i look html source, then after save (and reopening configuration)
it contains the asterisks:
<input type="text" name="sql__password" size="40" value="*****"
id="sql__password" />.
i expect if i clear the password, it's kept that way.