Generate Password
Description
Generate Password is a step in the Utility Plugin for Process Studio Workflows. This plugin can generate a random password based on the input criteria provided by the user. The requirement may be to create a random password for applications/systems, OTP-One time password etc. The step generates a random password with a provision to set maximum and minimum length of the password, a number of capital case letters, small case letters, special characters and digits.
Configurations
No. | Field Name | Description |
---|---|---|
1 | Step Name | Name of the step. This name has to be unique in a single workflow. |
2 | Maximum length | The maximum length of the password. An integer value should be provided. |
3 | Minimum length | The minimum length of the password. An integer value should be provided. |
4 | 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. |
5 | 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. |
6 | Minimum number of digits | The minimum number of digits to be present in the password. An integer value should be provided. |
7 | 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: | ||
1 | 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.