Skip to content

Fix the example code for creating a new OCIM user.

Jani Monoses requested to merge jani/fix_ocim_user_password_doc into master

Task: BB-3956 Fix the documentation at https://ocim.opencraft.com/en/latest/users/

Make sure to use set_password(), since the plaintext password won't match the PBKDF2 secured one saved in the DB.

Merge request reports