PDA

View Full Version : User names


Rizzo
Thu 15th May '08, 3:57am
I am wanting to restrict usernames to letters, numbers, - _ is there anyway to do this?

Steve Machol
Thu 15th May '08, 12:21pm
vBulletin Options > vBulletin Options > User Registration Options > Username Regular Expression: ^[A-Z0-9 ]+$

Rizzo
Thu 15th May '08, 4:46pm
Ok i'm not quite sure how to write this, can you please help?

I want them to be able to use

a-z 0-9 ` ^ _ - [ ]

but that's all. i'm not quite sure how to write it.

Rizzo
Fri 23rd May '08, 1:18am
Bump

Steve Machol
Fri 23rd May '08, 1:59am
I do not know how to do that. You can review the regex documention here:

http://www.php.net/manual/en/reference.pcre.pattern.syntax.php

Perhaps you can find something to help you in that.