rainloop-webmail icon indicating copy to clipboard operation
rainloop-webmail copied to clipboard

postfixadmin-change-password plugin: Plugin changes the password directly in MYSQL, but wrong encryption?

Open bigsneip opened this issue 3 years ago • 1 comments

Using RainLoop version 1.16.0, Hmailserver 5.6.8, Windows, MySQL 8.0.28

The plugin has access to change the password directly in MySQL database for hmailserver, and I have confirmed that password is changing, but I think it's the wrong encryption. I am unable to login after changing the password. I've tried every encryption method in postfixadmin, even tried to change PreferredHashAlgorithm to clear text in hMailServer.INI and cleartext in postadmin plugin. Any ideas what is missing, what I'm doing wrong, or how to fix this?

Thanks in advance.

postfixadmin plugin mysql

bigsneip avatar Mar 21 '22 17:03 bigsneip

postfix != Hmailserver You probably need a Blowfish script with the encrypt key or SHA256 with salt. Check your PreferredHashAlgorithm setting

the-djmaze avatar Mar 31 '22 17:03 the-djmaze