ChangeUserPassword Step

Use this step to change user's password.

Last published at: January 14th, 2026

Description:

This step 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
 

 

 

Usage:

 

 

Example:

Let’s build and execute the “changeUserPasswordDef” example. 

  • Create a new definition named “changeUserPasswordDef” and open it in designer mode. 
  • Drag a “changeUserPassword” step to the canvas.
  • Connect the dots between the “Start” and “changeUserPassword” step.
  • Define a variable or a global to store the result.
  • Click the "changeUserPassword" step to configure its "Required" properties. Provide a name for the step. Enter the user's GUID (copy and paste it from the User Management page). Enter the new password, which is encrypted when stored in the database. Click the Save button. Note: Click the "AI Predict" button for the Copilot to add new process steps that match your process description.

 

  • The “Logging” configuration is necessary for documentation and also measures workflow progress and percent complete. This is achieved by configuring the step state and percent fields individually, as shown below. Configure the “Logging” using the following properties. 

 

  •  Save the process definition, create a new instance, and execute it. Render the process instance. Click the process step to view its properties. The step should change the user's password as configured. 

 

Definition Sample:

You may download the sample definition(s) from the link provided and later import them (drag-and-drop) into your FlowWright Process Definition (XML file) or Form Definition (HTML file) page. 

Note: Please verify and complete the process steps for any missing configurations, such as file path references and database connections, after the import. Then, save the definition to confirm the changes. 

Click here to download the sample file.