View Full Version : Registration names
Peter Cook
04-25-2015, 04:47 PM
Hi all,
Does anyone know if it is possible to stop users registering with numbers in their usernames? or at least an add-on to stop this?
Regards :confused:
MarkFL
04-25-2015, 05:00 PM
Hi all,
Does anyone know if it is possible to stop users registering with numbers in their usernames? or at least an add-on to stop this?
Regards :confused:
Follow:
AdminCP -> Settings -> Options -> User Registration Options
Scroll down to the setting:
Username Regular Expression
And enter the following in the field:
^[A-Z]+$
If you wish to allow characters other than letters, and only want to prevent numeric digits in the name then enter instead:
[^0-9]+$
Save your settings when done. :D
Peter Cook
04-25-2015, 05:09 PM
Thanks for that, I want to stop numbers and symbols.
MarkFL
04-25-2015, 05:15 PM
If you want to allow only letters:
^[A-Z]+$
Letters and spaces:
^[A-Z ]+$
Peter Cook
04-25-2015, 05:29 PM
Great thanks for your support Mark :)
If you want to allow only letters:
^[A-Z]+$
Letters and spaces:
^[A-Z ]+$
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.