The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I'm trying to restrict usernames to the following characters only:
a-Z, 0-9, -, _ (dash and underscore) but can't seem to do so. What should I add to Username Regular Expression to make what I want possible? |
|
#2
|
||||
|
||||
|
Code:
^[a-z0-9-_]+$ |
|
#3
|
|||
|
|||
|
Thank you Dismounted!
Working great now .
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|