Generate Password
Description
Generate Password creates random passwords based on customizable criteria including length, number of uppercase and lowercase letters, digits, and special characters. Use this step when your workflow needs to produce secure passwords for user provisioning, generate one-time passwords (OTPs), or create temporary credentials for automated system setup. The generated password is output as a field available to downstream steps for immediate use or storage.
Configurations
| Field Name | Description |
|---|---|
| Step Name | Name of the step. This name has to be unique in a single workflow. |
| Maximum length | The maximum length of the password. An integer value should be provided. |
| Minimum length | The minimum length of the password. An integer value should be provided. |
| Minimum number of capital case letters | The minimum number of capital case letters to be present in the password. An integer value should be provided. |
| Minimum number of small case letters | The minimum number of small case letters to be present in the password. An integer value should be provided. |
| Minimum number of digits | The minimum number of digits to be present in the password. An integer value should be provided. |
| Minimum number of special characters | The minimum number of special characters to be present in the password. An integer value should be provided. |
| Output Tab: | |
| Result | This field contains the final password generated randomly. |
Note: Addition of criteria field values (minimum number of capital letters, the minimum number of small case letter, the minimum number of special character, the minimum number of digits) should be less than the value in the field Minimum Password length. Validation for mandatory integer field values is also implemented for all the fields from 2 to7 above.