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!

