...
The Change User Password activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- userDN (text box editor type) (type: string): the user DN from eDirectorythe DN String value for the user which will be have the password changed. For example, "CN=FlowsterUser,o=FlowsterDemo", where FlowsterUser is the name of the user and FlowsterDemo is the parent container of the user).
- Password (password editor type) (type: string): the new password for the provided username.
- Password Binding (text box editor type) (type: string): bind to a variable containing the encrypted password. (This parameter is used only when the user wants to send an encrypted password from outside the task, for example Flowster Studio Portal).
As mentioned above, the values for all the required parameters can be provided by IN arguments/variables or inserted through the inline / extended editor. Below is an example of predefined arguments, ready to be used by the Change User Password activity:
Execution: the activity will modify the user's password with the new given value:
Create Computer
...