Password policy
Was this helpful?
Was this helpful?
Update tenant password policy.
The password must contains at least min_length
characters.
Must be less than or equal the value of max_length
.
6
The password must contains at most max_length
characters.
Must be greater than or equal the value of min_length
.
32
The password must contains at least one letter (latin characters).
true
The password must contains at least one number (0-9).
true
The password must contains at least one upper case letter or special character (e.g. ~,!,@,#,$,%,^,&,*,(,),_,+,=).
true
The password must not contains sequential_characters.
true
The password must not contains repeating_characters.
true
The password must not similar to the account information.
true
No Content