Howto password change in webmail on RC6 ? - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: Howto password change in webmail on RC6 ? (/thread-4948.html) |
Howto password change in webmail on RC6 ? - rickygestalt - 11-17-2008 07:45 AM password change in webmail (squirrelmail) on RC6 release Hi All, after rc4 release, the passwords in the mail_users table are crypted.The passwords are crypted by encrypt_db_password function. Now in the "Howto password change in webmail" have to add the encrypt_db_password function. Anyone know how to do this? Thanks in advanced RE: Howto password change in webmail on RC6 - joximu - 11-17-2008 07:51 AM The encryption of the mail passwords was introduced after RC6 (so maybe we have it in RC7). With RC4 we had the change of a new filed in the database with the whole mail address - this should make the password change process more easy. The password-encryption function should be usable also for webmail... maybe someone has time to improve/update the pw changer... /J RE: Howto password change in webmail on RC6 - rickygestalt - 11-17-2008 07:44 PM In this post : http://www.isp-control.net/forum/showthread.php?tid=2744&page={page}&page=3 Trueffelwurm modify the password changer of roundcube with password encryption! (11-17-2008 07:51 AM)joximu Wrote: The encryption of the mail passwords was introduced after RC6 (so maybe we have it in RC7). |