ZnoteAAC icon indicating copy to clipboard operation
ZnoteAAC copied to clipboard

Regex on Create Character and Name change allows _ in names

Open tysonstrange opened this issue 2 years ago • 2 comments

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 avatar Apr 13 '22 05:04 tysonstrange

Looks like this is also present in Guild names

tysonstrange avatar Apr 19 '22 10:04 tysonstrange

certainly not intentional

EPuncker avatar May 08 '22 08:05 EPuncker