Roundcube Community Forum

 

Does Roundcube support ssha512 password hash?

Started by simonleung, November 20, 2025, 12:18:45 PM

Previous topic - Next topic

simonleung


SKaero

In what context are you asking about the hash support? Roundcube supports ssha512 in the password plugin for changing passwords. The hash type doesn't matter when using normal Roundcube operations.

simonleung

Quote from: SKaero on November 20, 2025, 01:14:58 PMIn what context are you asking about the hash support? Roundcube supports ssha512 in the password plugin for changing passwords. The hash type doesn't matter when using normal Roundcube operations.

I enabled the password hash in the configuration file of Roundcube as follows.

$config['password_algorithm'] = 'ssha512';

$config['password_ldap_encodage'] = 'ssha512';
 
Still, I could not change the password of mailbox on Roundcube webmail and found the error in the log file as follows.


[21-Nov-2025 10:10:39 +0800]: <3tcldptb> PHP Error: HIT ssha (POST /?_task=settings&_action=plugin.password-save)


Do Roundcube and php support ssha512?