Log in

View Full Version : How do I stop people using their email address as their username?


vwdforum
03-23-2008, 10:12 AM
How do I stop people using their email address as their username?

thanks for your help:):up:

vBVision
03-23-2008, 10:17 AM
It's impossible actually if you don't want to write a special program preventing inclusion of @ in username. You must just write it in forum rules and change such usernames;)

Dismounted
03-23-2008, 10:56 AM
Username Regex Checking :)

vwdforum
03-23-2008, 11:44 AM
Username Regex Checking :)

Could you explain what to add please ?

thanks
Mally

wally
03-23-2008, 12:01 PM
admincp->vbulletin options-> user registrations-> Username Regular Expression
in that field enter ^[A-Z0-9 ]+$

might help

MetalMilitia
03-23-2008, 12:03 PM
Yeah, just add @ to the list of banned names?

Doesn't that work?