New variables | Variable | Description | |-----------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------| | **rougail.secret1**
[`secret`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.
**Validator**: minimum length for the secret is 10 characters | | **rougail.secret2**
[`secret`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The second variable.
**Validators**:
- maximum length for the secret is 10 characters
- forbidden characters: "$" and "^"
**Default**: value | | **rougail.secret3**
[`secret`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The third variable.
**Validators**:
- maximum length for the secret is 10 characters
- forbidden characters: "$"
**Default**: value |