As part of a workflow, I want to create a User (after another entity is updated), which works fine.
Although I'm unable to set a default password.
Is this possible?
Thanks
I'm trying the code below:
password="123";
passwordConfirm="123";
Although I'm unable to set a default password.
Is this possible?
Thanks
I'm trying the code below:
password="123";
passwordConfirm="123";
Comment