Skip to content

Name Validation

kyngs edited this page Feb 24, 2023 · 2 revisions

LibreLogin makes sure that players who enter have a valid username, and enforces a case-insensitivity policy.

Currently, a name must:

  • Be shorter than 17 characters
  • Match Regex pattern [a-zA-Z0-9_]*
  • Not exist anywhere in the database with differently capitalized name

Clone this wiki locally