You are not logged in.

#1 2016-11-21 15:31:31

ccpplinux
Member
Registered: 2011-05-06
Posts: 41

[Solved] Unable to configure Roundcube Change Password Plugin

Hi,
On my Arch Linux VPS, I have configured the Roundcube Change Password Plugin as per instructions given on the page https://wiki.archlinux.org/index.php/Vi … ord_Plugin. But when I am trying to change password of a user by logging into roundcube then I am unable to change the password of the user. However password can be changed from postfixadmin. Here is the error log of the roundcube from the file /var/log/roundcubemail/errors:

[21-Nov-2016 20:26:56 +0530]: <2tqpnnje> DB Error: [1305] FUNCTION roundcubemail.update_passwd does not exist (SQL Query: SELECT update_passwd('$1$4qSfAp9L$xx7tDpFz/15nfm4BTR5dm.', 'tarun@ratna.net.in')) in /srv/http/roundcubemail/program/lib/Roundcube/rcube_db.php on line 539 (POST /roundcubemail/?_task=settings&_action=plugin.password-save)


So it is clear that roundcube is searching for FUNCTION roundcubemail.update_passwd. But in the file /usr/share/webapps/roundcubemail/plugins/password/config.inc.php, I have set the parameter as $config['password_query'] = 'UPDATE mailbox SET password=%c WHERE username=%u';. The setting $config['password_query'] = 'SELECT update_passwd(%c, %u)'; has been commented. But still roundcube is searching for FUNCTION roundcubemail.update_passwd.

Best Regards ...

Pankaj Kumar

Last edited by ccpplinux (2016-11-25 16:53:27)

Offline

#2 2016-11-22 18:43:38

ccpplinux
Member
Registered: 2011-05-06
Posts: 41

Re: [Solved] Unable to configure Roundcube Change Password Plugin

Can any one help me in fixing the bug while configuring change password plugin for roundcube?

Offline

#3 2016-11-25 16:52:20

ccpplinux
Member
Registered: 2011-05-06
Posts: 41

Re: [Solved] Unable to configure Roundcube Change Password Plugin

I was accessing the file  /usr/share/webapps/roundcubemail/plugins/password/config.inc.php but its actual location was /srv/http/roundcubemail/plugins/password/config.inc.php. So after following the instruction given at https://wiki.archlinux.org/index.php/Vi … ord_Plugin on correct path I have successfully configured the change password plugin of roundcube.

Offline

Board footer

Powered by FluxBB