Create validation rules for the master password field based.
Closed this issue · 0 comments
SergeyZano commented
Allowed characters
Latin letters:
Uppercase letters: A–Z
Lowercase letters: a–z
Digits:
0–9
Special characters:
!, @, #, $, %, ^, &, *, (, ), _, +, -, =, {, }, [, ], |, , :, ;, ", ', <, >, ,, ., ?, /, ~
Spaces are prohibited.
Password length requirements:
Minimum length: Not specified
Maximum length: 40 characters
Error message text:
Invalid password. Use only letters (A–Z, a–z), numbers (0–9), and special characters !@#$%^&*()_+-={}[]|:;"'<>,.?/~. Maximum length: 40 characters.
Additional Notes:
Users with older passwords should not be blocked.