astakos: Correctly set user password in user-add
password field contains the user password in hashed format. The proper way to populate the field is by using the set_password method of the user object.
Please register or sign in to comment
password field contains the user password in hashed format. The proper way to populate the field is by using the set_password method of the user object.