The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do I prevent all numeric usernames?
I need the ability in vBulletin to prevent all numeric usernames.
Is there an option for this or would I need to modify register.php? |
#2
|
||||
|
||||
I would just go to
AdminCP>Vb options>User Registration Options >Illegal User Names(toward the bottom) add all the things you don't want 0 1 2 3 4 5 6 7 8 9 ________ green crack |
#3
|
|||
|
|||
Well, that would just prevent users from having numbers in their username, which I don't want.
I don't want anyone to sign up with a username that is ALL numeric, such as 93452852 or 8234892. |
#4
|
||||
|
||||
Quote:
and you had censored = 2 It would make them pick a different name, So if you had all the numbers 0-9 They wouldn't be able to. ________ roll blunts |
#5
|
|||
|
|||
Quote:
|
#6
|
|||
|
|||
Anyone know?
|
#7
|
|||
|
|||
Try setting "Username Regular Expression" to
Code:
*[a-zA-Z]* Code:
1234 = bad 1234b = good b1234 = good 1234^$%$@ = bad |
#8
|
|||
|
|||
Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|