Current time: 05-20-2024, 12:40 AM Hello There, Guest! (LoginRegister)


Post Reply 
[HowTo] Password Changer Roundcube 0.3 Stable
Author Message
TheCry Away
Member
***

Posts: 851
Joined: Oct 2008
Reputation: 21
Post: #2
RE: Password Changer Roundcube 0.3 Stable
So...
I coded a password changer plugin for roundcube0.3...
You only unpack this to the plugin folder.
Then you need to copy the "config.inc.php.dist" in "config.inc.php".
Edit this file:
Code:
$rcmail_config['password_driver'] = 'sql';
$rcmail_config['password_db_dsn'] = 'mysql://roundcube:password@localhost/ispcp';
$rcmail_config['ispcp_db_pass_key'] = '';
$rcmail_config['ispcp_db_pass_iv'] = '';
Make the changes on your configuration.
You will find the keys in the "/var/www/ispcp/gui/include/ispcp-db-keys.php".

At least you need to activate the plugin in the " config/main.inc.php" of roundcube
Code:
$rcmail_config['plugins'] = array('ispcp_pw_changer');

The sqluser from Roundcube needs rights through the sql-table "mail_users" of the ispcp database!!!!

Have fun with it.

Cu Sascha


Attached File(s)
.gz  ispcp_pw_changer.tar.gz (Size: 3.73 KB / Downloads: 358)
.gz  ispcp_pw_changer_courier.tar.gz (Size: 3.74 KB / Downloads: 267)
(This post was last modified: 03-16-2010 05:31 PM by TheCry.)
09-11-2009 05:42 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Password Changer Roundcube 0.3 Stable - TheCry - 09-11-2009 05:42 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)