rougail-output-doc/tests/results/test_without_family/00_6secret_param.changelog.adoc

27 lines
672 B
Text
Raw Normal View History

2025-10-14 12:58:39 +02:00
== New variables
[cols="1a,1a"]
|====
| Variable | Description
| **secret1** +
2025-11-29 22:21:06 +01:00
`secret` `basic` `mandatory` | The first variable. +
2025-10-14 12:58:39 +02:00
**Validator**: minimum length for the secret is 10 characters
| **secret2** +
2025-11-29 22:21:06 +01:00
`secret` `standard` `mandatory` | The second variable. +
2025-10-14 12:58:39 +02:00
**Validators**:
* maximum length for the secret is 10 characters
* 'forbidden characters: "$" and "^"'
**Default**: value
| **secret3** +
2025-11-29 22:21:06 +01:00
`secret` `standard` `mandatory` | The third variable. +
2025-10-14 12:58:39 +02:00
**Validators**:
* maximum length for the secret is 10 characters
* 'forbidden characters: "$"'
**Default**: value
|====