Update User Password node
The Update User Password node is used to update a user's password in IO. The new password can be provided directly or retrieved from variables generated by previous nodes in the flow.
This node is available in: Authentication, Admin, Self Service, API, Consent, Library, Custom, User Defined
User binding configurations
This section allows you to configure how the user is identified and the new password.
Username
You can bind the user either by username or by a specific attribute. The corresponding value must be specified (e.g. {{form.username}}).
An additional Ignore case option is available.
New Password
Specify the new user password (e.g. {{form.password}}).
Attributes can be saved into a variable for reuse by other nodes. See Common Configurations for details.
Default output node
- Success
- User not found
- Failure
JSON metadata
{
"name": "update_password",
"active": true,
"bundleName": "am-users-nodes",
"bundleVersion": "1.0",
"nodeName": "UpdatePassword",
"category": "user_management",
"deprecated": false,
"displayName": [{
"lang": "en",
"value": "Update User Password"
}, {
"lang": "it",
"value": "Update User Password"
}
],
"index": 7,
"inputs": [{
"name": "Input"
}
],
"outputs": [{
"name": "Success",
"level": "success"
}, {
"name": "UserNotFound",
"level": "warning"
}, {
"name": "Failure",
"level": "error"
}
]
}