RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Third Party Contributions > Plug-Ins

For more information about the ads and why they're here, please see the FAQ
Reply
  #1  
Old 07-01-2006, 03:51 AM
Member
 
Join Date: Jun 2006
Posts: 41
Downloads: 0
Uploads: 0
Default Pretty "Change Password" patch/module for v0.1RC1(07-7-3), +cPanel, +md5

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

Attached Images
File Type: png rc_pwd_en.png (8.1 KB, 15 views)
Attached Files
File Type: diff roundcubemail-0.1-rc1-dep-pw1.diff (15.6 KB, 13 views)
File Type: gz roundcubemail-0.1-rc1-dep-pw1.tar.gz (453.4 KB, 27 views)

Last edited by oslad; 10-16-2008 at 08:58 AM. Reason: Fix invalid link.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 07-01-2006, 04:21 AM
Registered User
 
Join Date: Jun 2006
Posts: 27
Downloads: 0
Uploads: 0
Default Re: A pretty "Change Password" patch/module for Roundcube

thanks!
__________________
Don't click here!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 07-01-2006, 10:31 AM
Super Moderator
 
Join Date: Jun 2006
Posts: 111
Downloads: 0
Uploads: 0
Send a message via MSN to Prasad007
Default Re: A pretty "Change Password" patch/module for Roundcube

as said before, looks good thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 07-01-2006, 10:54 AM
flosoft's Avatar
Administrator
 
Join Date: Jun 2006
Location: Brussels, Belgium
Posts: 349
Downloads: 1
Uploads: 0
Send a message via ICQ to flosoft Send a message via AIM to flosoft Send a message via MSN to flosoft
Default Re: A pretty "Change Password" patch/module for Roundcube

As just posted in the other thread... how does it change the IMAP Password?
__________________
New VPS for just 9,99!
Flosoft.biz
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 07-01-2006, 02:16 PM
Member
 
Join Date: Jun 2006
Posts: 41
Downloads: 0
Uploads: 0
Default Re: A pretty "Change Password" patch/module for Roundcube

As a short/temporary solution, it change the IMAP password from mysql DB directly, not via IMAP protocol.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 07-01-2006, 05:21 PM
flosoft's Avatar
Administrator
 
Join Date: Jun 2006
Location: Brussels, Belgium
Posts: 349
Downloads: 1
Uploads: 0
Send a message via ICQ to flosoft Send a message via AIM to flosoft Send a message via MSN to flosoft
Default Re: A pretty "Change Password" patch/module for Roundcube

hmm. That might be confusing for the users later on.
__________________
New VPS for just 9,99!
Flosoft.biz
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 07-03-2006, 06:01 AM
Registered User
 
Join Date: Jun 2006
Posts: 27
Downloads: 0
Uploads: 0
Default Re: A pretty "Change Password" patch/module for Roundcube

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!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 07-03-2006, 06:41 AM
Member
 
Join Date: Jun 2006
Posts: 41
Downloads: 0
Uploads: 0
Default Re: A pretty "Change Password" patch/module for Roundcube

Quote:
Originally Posted by igeoffi
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?
Any types of mail server will be work fine, while the imap/pop user's info(such as: username/password) is stored by mysql.

i have setup a mail server with postfix + cyrus-imap + sasl + mysql, this patch work very well.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 07-03-2006, 04:24 PM
Registered User
 
Join Date: Jul 2006
Posts: 3
Downloads: 0
Uploads: 0
Default Re: A pretty "Change Password" patch/module for Roundcube

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 07-04-2006, 05:28 AM
Member
 
Join Date: Jun 2006
Posts: 41
Downloads: 0
Uploads: 0
Default Re: A pretty "Change Password" patch/module for Roundcube

Quote:
Originally Posted by rjswilson
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.
you are correct at this point, i config postfix and cyrus-imap to use the same table for user info.
but store the same user info into different position, is reasonable?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

For more information about the ads and why they're here, please see the FAQ

All times are GMT. The time now is 03:34 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright © 2006-2008 RoundCube Webmail Community