Update forbidden-usernames.md

This commit is contained in:
Stefan Pejcic 2024-09-30 22:28:05 +02:00 committed by GitHub
parent 43e62b8ade
commit 8648c20a81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,6 +29,23 @@ Passwords may **only** use lowercase letters (az) and digits (09).
- Passwords cannot contain less than **8** characters.
- Passwords cannot contain more than **20** characters.
### MySQL / MariaDB
OpenPanel applies the following rules when you create databases and users:
Database names may **only** use lowercase letters (az) and digits (09).
- Database name cannot contain less than **1** character.
- Databaase name cannot contain more than **64** characters.
Database users may **only** use lowercase letters (az) and digits (09).
- Usernames cannot contain less than **1** characters.
- Usernames cannot contain more than **32** characters.
Database User's Passwords may **only** use lowercase letters (az), underscores (_) and digits (09).
- Passwords cannot contain less than **8** characters.
- Passwords cannot contain more than **32** characters.
## Reserved usernames
OpenPanel reserves some usernames for the systems use, and you cannot use them for OpenPanel accounts. This list of reserved usernames can grow over time, and new versions of OpenPanel may add to this list.