docs: update alias max length from 12 to 25

This commit is contained in:
ravaga 2026-02-11 13:35:14 +04:00
parent 4bd551005d
commit 76a963e94e
No known key found for this signature in database
GPG key ID: 6BA9F4BFD7B4129C

View file

@ -9,7 +9,7 @@ Each Zano user can register with an alias, for example, @easytouse, a human-read
Each alias is assigned to a particular wallet. Only one alias can be created per wallet. To register an alias, select `Register an alias` from the wallet main window.
To reduce the possibility of phishing, we set limitations on alias registrations. Users can use any combination of the lower-case Latin letters a-z and the Arabic numerals 0-9. Additionally, the length must be a minimum of 6 characters and a maximum of 12.
To reduce the possibility of phishing, we set limitations on alias registrations. Users can use any combination of the lower-case Latin letters a-z and the Arabic numerals 0-9. Additionally, the length must be a minimum of 6 characters and a maximum of 25.
:::note