Skip to content
New issue

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

Regex on Create Character and Name change allows _ in names #509

Open
tysonstrange opened this issue Apr 13, 2022 · 2 comments
Open

Regex on Create Character and Name change allows _ in names #509

tysonstrange opened this issue Apr 13, 2022 · 2 comments

Comments

@tysonstrange
Copy link

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?

@tysonstrange
Copy link
Author

Looks like this is also present in Guild names

@EPuncker
Copy link
Contributor

EPuncker commented May 8, 2022

certainly not intentional

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants