Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.11.5
-
None
Description
Current Situation
When creating a new User Account then the password in the shiro.ini is "null".
JOC Cockpit requests ./security_configuration/write where in the body the new user have a fakepassword attribute
"users": [{ "password": "root", "roles": ["all"], "user": "root" }, { "user": "test", "fakepassword": "test", "roles": ["test"] }]
The fakepassword attribute is not specified.
Desired Behaviour
The password of the new user should defined in the password attribute!