Use the Password component
-
- UpdatedAug 3, 2023
- 2 minutes to read
- Vancouver
- RPA Hub
The Vancouver release is no longer supported. As such, the product documentation and release notes are provided for informational purposes only, and will not be updated.
Generate any random password by using the Password component in RPA Desktop Design Studio.
Before you begin
Role required: none
About this task
You can define the complexity of the password based on the
following rules:
- Define the length of the password. 11 is the default length.
- Number of lowercase characters. The default number is 1.
- Number of uppercase characters. The default number is 1.
- Symbols. The default symbols are "~!@#$%^&*()_-+=;?\/"
- Number of symbols: The default count is 1.
- Numbers. The default number is 1.
To configure the properties for the Password component, see Properties of the Random components.
Procedure