Skip to main content

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 NameDescription
1Step NameName of the step. This name has to be unique in a single workflow.
2Maximum lengthThe maximum length of the password. An integer value should be provided.
3Minimum lengthThe minimum length of the password. An integer value should be provided.
4Minimum number of capital case lettersThe minimum number of capital case letters to be present in the password. An integer value should be provided.
5Minimum number of small case lettersThe minimum number of small case letters to be present in the password. An integer value should be provided.
6Minimum number of digitsThe minimum number of digits to be present in the password. An integer value should be provided.
7Minimum number of special charactersThe minimum number of special characters to be present in the password. An integer value should be provided.
Output Tab:
1ResultThis 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.