Open
Description
I want to change the hash algorithm of user account password from MD5 to SHA256 or bcrypt.
I tried changing the Hash algorithm in the OpenKM.xml file, but it didn't work well. If the user changes the password, it is saved as MD5 in the DB and cannot log in again.
<security:password-encoder hash="md5"/>
Can I modify the settings to use SHA256 or bcrypt?
OpenKM version is 6.3.9(CE).