...
Code Block | ||
---|---|---|
| ||
"PasswordConfiguration": { "UserReactivationAction": "ForcePasswordChange", "UseRandomPassword": "false", "ExpireInitialPasswordForNewUser": "true", "PasswordFormat": [ { "Value": "Password", "IsField": "true" }, { "Value": "aA!", "IsField": "false" } ] } |
Info |
---|
if |
The user password needs to be created/initialized for new/reactivated users.
...
All the values inside the PasswordFormat will be concatenated for password creating for new user only. If IsField=true, that means it will get the value provided in the csv (Also can be modified in previous activities), Otherwise whatever the value provided in the configuration value property it will consider that.
...