Change user password

Learn how to securely and quickly change FlowWright user password.

Last published at: June 21st, 2023

ChangeUserPassword Step

Description:

Changes the user’s password. 

Inputs

  • workflowUserID – user id of the user
  • password – new password for the user

Returns

  • True – step executed successfully
  • False – step failed to execute

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.