I’ve seen some old post that debate on the flowable passwords being in clear text in the act_id_user table.
Password should never be stored user password in clear text no matter what (https or not).
Is someone have successfully implemented the persistence of the hashed password and provide the classes details that need to be changed?
I’ve been looking in that section and it is not clear to me on how to set that passwordEncoder in the following documentation.
By default, the user passwords will be saved in plain text in the IDM database tables. To make sure that the passwords are encoded you can define a password encoder in the process engine configuration.
If you want to store encoded passwords change default idm configuration (which uses ClearTextPasswordEncoder) to other password encoder. e.g.
As additional information, we are using an old version 6.3.1 and spring.
Setting the following to a flowable.cfg.xml file under flowable-idm (webapps\flowable-idm\WEB-INF\classes) or flowable-rest (webapps\flowable-rest\WEB-INF\classes) class path have no effect.