Ok..
I will give you a step by step tutorial...
1. Change to the directory where you installed roundcube (e.g. /var/www/ispcp/gui/tools/cube/)
2. change into the subdirectory "plugins"
3. unpack the passwordchanger plugin (tar xfvz ispcp_pw_changer.tar.gz)
4. change to the new subdirectory ispcp_pw_changer
5. copy config.inc.php.dist to config.inc.php (cp config.inc.php.dist config.inc.php)
6. search fpr the file ispcp-db-keys.php (find / -name ispcp-db-keys.php) [e.g.
7. open the file ispcp-db-keys.php
8. copy the string "ispcp_db_pass_key" and "ispcp_db_pass_iv" through the file "config.inc.php" of the ispcp_pw_changer
9. open the main.inc.php of roundcube (e.g var/www/ispcp/gui/tools/cube/config/main.inc.php)
10. Edit the file this
Code:
$rcmail_config['plugins'] = array('ispcp_pw_changer');
to activate the plugin.
Ready..