Description:
Changes the user’s password.
Example:
Let’s build and execute the changeUserPassword example.
- Create a new process definition
- Drag a "changeuserpassword" step from the toolbox
- Configure the step using the following properties.
- Save the process definition, create a new process instance. Configure the variable.userID with the user's GUID value. Configure the variable.newPassword with new password and execute the process instance. Check the "changeuserpassword" step properties by rendering the process instance. The step should change the user's password as configured.