Disallow Space in Username
Hello folks,
I have googled this already before coming here, and my research has not been successful. I know how to accomplish this through modifying the code, but I want to minimize modifying vbulletin standard code to keep the files scalable with updates.
I use the Username Regular Expression :
^[A-Z0-9]
Which the help function suggests disallows spaces. However, users are still popping up with spaces in their usernames.
|