Hi everyone!

I’ve installed and configured the RoundCube Password plugin to allow users to change their account passwords. Initially, I had issues with API access, but now the API requests seem to be working correctly — I can see them being logged in Mailcow.

However, the password itself doesn’t actually get changed.
Any idea what could be causing this or how to fix it?

MailCow Version: 2025-03b
RoundCube Version: 1.6.10
RoundCube Password Version: 5.3

$config[‘password_driver’] = ‘mailcow’;
$config[‘password_confirm_current’] = true;
$config[‘password_mailcow_api_host’] = ‘https://mail.domain.com:8443’;
$config[‘password_mailcow_api_token’] = ‘123456-123456-123456-123456-123456’;

Thanks in advance!


Have something to say?

Join the community by quickly registering to participate in this discussion. We'd like to see you joining our great moo-community!

If you are using another authentication provider like OIDC or LDAP instead of mailcows internal user database I guess this might not work.

14 days later

Hi!
Maybe I didn’t explain myself clearly — the problem isn’t with Roundcube, but with the APIs. Even when calling them directly, the user’s password isn’t being changed.

No one is typing