|
|
Component: Password Generator
|
|
Utility to generate a random string for password
|
Operations
|
Icon
|
Name
|
About
|
Link |
|
|
Generate Password
|
Generate a fixed length password.
Why use it
- There are few instances where you want to reset a user's password and generate a new password to email them. This operation would allow you to generate a unique fixed length password.
|
Properties |
Input Parameters
|
|
Password Length - Specify the length of the password (number of characters). Maximum number of characters is 26.
Allow Duplicate Character - Specify whether to allow duplicate characters.
Mix Case - Specify whether to have a mix of upper and lower case characters. It will use only lower case characters if this is not true.
Include Symbol Characters - Specify whether to include symbol characters.
Pattern - Specify the pattern of the generated password if it is numeric only, alphabet only or alphanumeric.
|
Output Parameters
|
|
Generated Password - Process variable to store the generated password.
|
|
DOWNLOADS
DOCUMENTATION
|
|