Feedback

  • Contents
 

Reset Password

This Telephony tool resets an CIC user's password to a randomly generated password.

Note: As the handler author, you are responsible for authenticating the user via the TUI and delivering the new password to the user.

Inputs

User Identifier

The ID of the user to reset.

Numeric Only

If true, a numeric password is generated. If false, the password will be a combination of alpha and numeric characters.  

Outputs

New Password

The password to which the account was reset.

Exit Paths

Success

The Success exit path is taken if the password is successfully generated.

Invalid User

This exit path is taken if the user associated with the ID is not found.

Failure

The Failure exit path is taken if the operation fails.