Hi, I am trying to get the Roundcube plugin ‘password’ operational. With this plugin e-mail passwords can be changed by the users. I have installed the plugin but there is a message on saving that the new password cannot be saved. After some hours of Google research I conclude that it probably is related to the SQL-query that is used to update the password. In config.inc.php of the plugin I find: $rcmail_config['password_driver'] = 'sql'; $rcmail_config['password_query'] = 'SELECT update_passwd(%c, %u)'; Has anyone succeeded in making it work with Webfaction hosting? Would be great if anyone could come up with the correct settings. Here a link to a relevant discussion on this: http://www.roundcubeforum.net/index.php/topic,9522.0.html Thanks, Eric asked 26 Jul '13, 14:35 Eric Wassink |
The only permitted way to change an SMTP user's password is with the control panel or the control panel API. answered 26 Jul '13, 19:02 johns |