Skip to content

Can I change password's hash algorithm? #270

Open
@Regentag

Description

@Regentag

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).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions