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

Schneck’s picture

Status: Active » Closed (works as designed)

Yes, 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.