Skip to content

Commit a0fdbd7

Browse files
Merge pull request #216 from leslitagordita/root-pass-strength-validation
[Update] `root_pass` field password requirements
2 parents ac92464 + b53223f commit a0fdbd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13448,6 +13448,8 @@ components:
1344813448
* Lower-case letters
1344913449
* Digits
1345013450
* Punctuation
13451+
* Must meet a password strength score requirement that is calculated internally by the API.
13452+
If the strength requirement is not met, you will receive a `Password does not meet strength requirement` error.
1345113453
minLength: 6
1345213454
maxLength: 128
1345313455
pattern: ^(((?=.*[a-z])(?=.*[A-Z]))|((?=.*[a-z])(?=.*[0-9]))|((?=.*[A-Z])(?=.*[0-9]))|((?=.*[a-z])(?=.*[!"#$%&'()*+,-.\/:;<=>?@\[\]^_`{|}~\\]))|((?=.*[A-Z])(?=.*[!"#$%&'()*+,-.\/:;<=>?@\[\]^_`{|}~\\]))|((?=.*[0-9])(?=.*[!"#$%&'()*+,-.\/:;<=>?@\[\]^_`{|}~\\])))

0 commit comments

Comments
 (0)