Roundcube Community Forum

Release Support => Pending Issues => Topic started by: Goedendag on October 19, 2021, 07:28:08 AM

Title: User password update error
Post by: Goedendag on October 19, 2021, 07:28:08 AM
Upon trying to update a user password I get:

DB Error: [1305] FUNCTION roundcube.update_passwd does not exist (SQL Query: SELECT update_passwd(
etc.

I know I should configure the password plugin correctly, which I did:

$config['password_db_dsn'] = 'mysql://redacted:redacted@localhost/redacted';
$config['password_query'] = 'UPDATE redacted SET password=%P WHERE redacted=%u';

However, as one can see in the error above, it looks like it's completely disregarding this config...
Does anyone know what I am doing wrong? - Thanks in advance!
Title: Re: User password update error
Post by: SKaero on October 19, 2021, 12:56:16 PM
Where have you set the config options?