hyle-team / zano

Confidential, Secure, Easy-to-Use
https://zano.org
Other
112 stars 63 forks source link

Create validation rules for wallet password requirements. #476

Closed SergeyZano closed 6 days ago

SergeyZano commented 2 weeks ago

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.