Good evening,
Sorry, but I am Brazilian and I am not familiar with English, forgive the errors in the text.
I'm using a Linux CentOS 6.2 64bit with Roundcube version 0.8-rc is perfect, very good, but what i really need, do the password plugin version 3.0 to work.
When I try to change the login password, it asks: Current Password: 123456 New Password: abcdef Confirm new password: abcdef answer: Error! Could not save the new password.
They can help to complete this service, change password for roundcube please.
Am 12.07.2012 01:58, schrieb suporte@linuxbras.com.br:
I'm using a Linux CentOS 6.2 64bit with Roundcube version 0.8-rc is perfect, very good, but what i really need, do the password plugin version 3.0 to work.
When I try to change the login password, it asks: Current Password: 123456 New Password: abcdef Confirm new password: abcdef answer: Error! Could not save the new password.
They can help to complete this service, change password for roundcube please
the first question is: is it technically POSSIBLE to change the password?
in my setups where roundcube doe slogin like any other mail client i could not imagine how it should chnage the password in our dbmail-user-table
Am 12.07.2012 01:58, schrieb suporte@linuxbras.com.br:
When I try to change the login password, it asks: Current Password: 123456 New Password: abcdef Confirm new password: abcdef answer: Error! Could not save the new password.
They can help to complete this service, change password for roundcube please.
So I assume that you have activated the password plugin for roundcube. Did you configured it correctly? Where is your user/password information stored, ldap, sql?
To configure the password plugin you have to copy the config.inc.php.dist to config.inc.php in <path-to-roundcube-dir>/plugins/password/
Than edit config.inc.php and tell the plugin where your passwords are stored. For example I use a postfixadmin mysql database and for that it looks like this:
$rcmail_config['password_driver'] = 'sql'; $rcmail_config['password_db_dsn'] = 'mysql://postfixadminuser:secretpassword@IP-Address/postfixadmindatabase'; $rcmail_config['password_query'] = 'UPDATE mailbox SET password=%c WHERE username=%u';
Regards, Tobias Hachmer
I use ISPConfig with MySQL, who takes care of everything and own ISPConfig.
Claudir
Em 2012-07-12 07:46, Tobias Hachmer escreveu:
Am 12.07.2012 01:58, schrieb suporte@linuxbras.com.br:
When I try to change the login password, it asks: Current Password: 123456 New Password: abcdef Confirm new password: abcdef answer: Error! Could not save the new password.
They can help to complete this service, change password for roundcube please.
So I assume that you have activated the password plugin for roundcube. Did you configured it correctly? Where is your user/password information stored, ldap, sql?
To configure the password plugin you have to copy the config.inc.php.dist to config.inc.php in <path-to-roundcube-dir>/plugins/password/
Than edit config.inc.php and tell the plugin where your passwords are stored. For example I use a postfixadmin mysql database and for that it looks like this:
$rcmail_config['password_driver'] = 'sql'; $rcmail_config['password_db_dsn'] =
'mysql://postfixadminuser:secretpassword@IP-Address/postfixadmindatabase'; $rcmail_config['password_query'] = 'UPDATE mailbox SET password=%c WHERE username=%u';
Regards, Tobias Hachmer _______________________________________________ Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users