| Summary | Vpopmail driver for MD5 support |
| Queue | Passwd |
| Queue Version | 3.0 |
| Type | Bug |
| State | No Feedback |
| Priority | 2. Medium |
| Owners | |
| Requester | andrea (dot) durante (at) metroitaly (dot) it |
| Created | 08/31/2006 (619 days ago) |
| Due | |
| Updated | 11/05/2006 (553 days ago) |
| Assigned | 09/27/2006 (592 days ago) |
| Resolved | 11/05/2006 (553 days ago) |
| Attachments | vpopmail.php.diff ![]() |
| Milestone | |
| Patch |
State ⇒ Feedback
This patch doesn't make any sense to me. You are encrypting the provided old password with the currently stored password as a salt. Since both passwords have to be the same, the opposite would work as well, which is happening if using comparePasswords().State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Vpopmail driver for MD5 support
Queue ⇒ Passwd
New Attachment: vpopmail.php.diff
The vpopmail driver didn't work if vpopmail was compiled for MD5 password. Using the encryption=crypt_md5 into the backend.php and this modified version, all work fine.