1

Topic: Cannot change password in roundcube

Hi Zhang,
I've a problem with roundcube (latest release, 0.8.2) when I try to change the user password.
Below you can see the /var/log/maillog output

Oct 22 14:33:34 mx roundcube: MDB2 Error: not found (-4): _doQuery: [Error message: Could not execute statement]#012[Last executed query: SELECT update_passwd('$1$/VJIwQRN$FlaIVGsppP/FQsY6Qj8YL/', 'info@xxxx.com')]#012[Native code: 1305]#012[Native message: FUNCTION roundcubemail.update_passwd does not exist]
Oct 22 14:33:34 mx roundcube: DB Error: MDB2 Error: not found Query: _doQuery: [Error message: Could not execute statement] [Last executed query: SELECT update_passwd('$1$/VJIwQRN$FlaIVGsppP/FQsY6Qj8YL/', 'info@xxxx.com')] [Native code: 1305] [Native message: FUNCTION roundcubemail.update_passwd does not exist]  in /var/www/roundcubemail-0.8.2/program/include/rcube_mdb2.php on line 727 (POST /?_task=settings&_action=plugin.password-save?_task=&_action=)

Can you help me to fix this problem?

Thank you,
Alessio

==== Required information ====
- iRedMail version: 0.8.3 (First version 0.7.4)
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): iRedAdmin-Pro v1.5.1 MySql (First version 1.4.0)
- Linux/BSD distribution name and version: CentOS 6.2 x64
- Related log if you're reporting an issue:
====

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Cannot change password in roundcube

agattei wrote:

- iRedMail version: 0.8.3 (First version 0.7.4)

You didn't sync config settings of Roundcube password plugin (/var/www/roundcubemail/plugins/password/config.inc.php).

3

Re: Cannot change password in roundcube

you're right, I have sync the files but I've made a mistake in the $rcmail_config['password_db_dsn'] variable.
After a careful check, I've found the error and now it works fine.

Thank you for your patience,
Alessio