Skip to content

Ocf4 register user password must be hashed

Alex Kakiris requested to merge OCF4_register_user_password_must_be_hashed into staging

This merge request aims to enhance the security of our application by improving how user passwords are stored in the database. In this update, we are implementing a more secure approach by hashing user passwords before storing them in the database.

Merge request reports