Quote:
Originally Posted by R-D
|
Thanks. But the regex there only accomplishes something similar to what the Illegal Username setting already does by default - ban anything that begins with a username (as opposed to contains it by default).
I wonder though - does anyone know for sure if the following would work? i.e. ban only 'Title', and not 'TitleMore' or 'MoreTitleMore': ^Title$
And would the following do the same for 'User Name': ^User Name$ or are spaces handled differently? Perhaps it needs to be ^User\sName$? Basically, can you enter multiple regular expressions and separate with spaces, or only 1 regular expression?
And is the regex by default case-sensitive, or case-insensitive?
Quote:
Originally Posted by iogames
You can use the option for both...
AdminCP > vBulletin Options > User Registration Options >
Scroll down find:
Illegal User Names
Enter names in here that you do not want people to be able to register.
If any of the names here are included within the username, the user will told that there is an error. For example, if you make the name John illegal, the name Johnathan will also be disallowed.
Separate names by spaces.
|
But that's exactly what I don't want

I only want to ban the specific username, not everything.
Also, you posted what I had already quoted in my first post...? Or did I miss something?