![]() |
|
|
|||||||
| For more information about the ads and why they're here, please see the FAQ |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Is pleased to announce the PRETTY "Change Password" patch/module for Roundcube v0.1RC1(2007-7-3) is available now!
Add support to cPanel --tested cPanel [10.9.0-RELEASE_57] (pro), md5crypt and verify current password. Support IMAP database such as mysql, postgresql (and more? see also). ================v0.1-RC1(2007-7-3)================ You have two choice: 1. Download the package directy (the patch has been applied already) 2. Download the patch and apply it Download roundcubemail-0.1-rc1-dep.tar.gz and this patch(right click, save as...) to a directory(say that /tmp). $ cd /tmp $ tar -xzf roundcubemail-0.1-rc1-dep.tar.gz $ cd roundcubemail-0.1-rc1-dep/ $ patch -p1 < ../roundcubemail-0.1-rc1-dep-pw1.diff $ tar -czf roundcubemail-0.1-rc1-dep-pw1.tar.gz roundcubemail-0.1-rc1-dep you will get a file named "/tmp/roundcubemail-0.1-rc1-dep-pw1.tar.gz" has been applied this patch already(it's same as above). Now, you can use this package just like the original Roundcubemail. And a additional configuration is required, open "config/db.inc.php" (copy form "config/db.inc.php.dist") to edit. Change the value for your special environment. // The 'change_pwd_proc' can be 'change_pwd_for_db' or 'change_pwd_for_cpanel', // If 'change_pwd_for_cpanel' is selected, the value of 'db_imap_xxxxxx' is omitted $rcmail_config['change_pwd_proc'] = 'change_pwd_for_db'; $rcmail_config['db_imap_dsn'] = 'mysql://dbuser:your_passwd@localhost/mail_db'; $rcmail_config['db_imap_users_table'] = 'accountuser'; $rcmail_config['db_imap_user_field'] = 'username'; $rcmail_config['db_imap_passwd_field'] = 'password'; $rcmail_config['db_imap_passwd_type'] = ''; // '' (Plaintext), 'PASSWORD' or 'ENCRYPT' For cPanel with non-english version, you may need to edit "program/steps/settings/passwd.inc" and modify: $success = "Changed password"; Enjoy! "After upgrade from v0.1beta2 to v0.1-RC1, I can not view e-mail?" Here is how to resolve it. -------------------------------- SCREENSHOT Last edited by oslad; 10-16-2008 at 08:58 AM. Reason: Fix invalid link. |
|
#2
|
|||
|
|||
|
thanks!
__________________
Don't click here!! |
|
#3
|
|||
|
|||
|
as said before, looks good
thanks. |
|
#4
|
||||
|
||||
|
As just posted in the other thread... how does it change the IMAP Password?
|
|
#5
|
|||
|
|||
|
As a short/temporary solution, it change the IMAP password from mysql DB directly, not via IMAP protocol.
|
|
#6
|
||||
|
||||
|
hmm. That might be confusing for the users later on.
|
|
#7
|
|||
|
|||
|
correct me if im wrong but by changing it from the database directly, shouldnt that solve the prob of changing passwords in roundcube on diff types of mail servers?
__________________
Don't click here!! |
|
#8
|
|||
|
|||
|
Quote:
i have setup a mail server with postfix + cyrus-imap + sasl + mysql, this patch work very well. |
|
#9
|
|||
|
|||
|
yeah..this plugin won't work for me... i have xmail + courier imap + mysql, but mysql stores the password only for courier, not for xmail.
|
|
#10
|
|||
|
|||
|
Quote:
but store the same user info into different position, is reasonable? |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
| For more information about the ads and why they're here, please see the FAQ |