We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Users are able to create characters and/or rename their characters names to include or simply be a bunch of underscores.
It's using this regex pattern
"/^[a-zA-Z_ ]+$/"
This allows A to Z, Underscores and "spaces" in names.
Is this intentional?
The text was updated successfully, but these errors were encountered:
Looks like this is also present in Guild names
Sorry, something went wrong.
certainly not intentional
No branches or pull requests
Users are able to create characters and/or rename their characters names to include or simply be a bunch of underscores.
It's using this regex pattern
"/^[a-zA-Z_ ]+$/"
This allows A to Z, Underscores and "spaces" in names.
Is this intentional?
The text was updated successfully, but these errors were encountered: