is it possible to use this module to allow special characters in the username?
e.g. I would like users to be able to enter +this^user+name
Thanks!
is it possible to use this module to allow special characters in the username?
e.g. I would like users to be able to enter +this^user+name
Thanks!
Comments
Comment #1
Schneck commentedYes, it is possible since it takes everything that preg_match() matches. If you have special characters, you might need to escape them. See the php-documentation for preg_match() for details.