mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update forbidden-usernames.md
This commit is contained in:
parent
43e62b8ade
commit
8648c20a81
@ -29,6 +29,23 @@ Passwords may **only** use lowercase letters (a–z) and digits (0–9).
|
||||
- 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 (a–z) and digits (0–9).
|
||||
- Database name cannot contain less than **1** character.
|
||||
- Databaase name cannot contain more than **64** characters.
|
||||
|
||||
|
||||
Database users may **only** use lowercase letters (a–z) and digits (0–9).
|
||||
- Usernames cannot contain less than **1** characters.
|
||||
- Usernames cannot contain more than **32** characters.
|
||||
|
||||
|
||||
Database User's Passwords may **only** use lowercase letters (a–z), underscores (_) and digits (0–9).
|
||||
- Passwords cannot contain less than **8** characters.
|
||||
- Passwords cannot contain more than **32** characters.
|
||||
|
||||
## Reserved usernames
|
||||
|
||||
OpenPanel reserves some usernames for the system’s 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.
|
||||
|
Loading…
Reference in New Issue
Block a user