...
Code Block | ||
---|---|---|
| ||
"PasswordConfiguration": { "UserReactivationAction": "ForcePasswordChange", "UseRandomPassword": "false", "ExpireInitialPasswordForNewUser": "true", "PasswordFormat": [ { "Value": "Password", "IsField": "true" }, { "Value": "aA!", "IsField": "false" } ] } |
Info |
---|
if If |
...
UserReactivationAction When an user gets reactivated then password of that user depends on this configuration. Values can be ForcePasswordChange
, Random
, None
.
If UseRandomPassword is set to true then it will create random password and ignore the PasswordFormat
. Otherwise it creates password with the combination of other fields or values.
...