JoeZ
02-01-2007, 05:16 PM
I want to have a required domain for email when registering, exactly what this script does, but with one added feature:
http://www.vbulletin.org/foum/showthread.php?t=134095
I want my users to register with a .edu extension in order to get full access, but if they don't use a .edu they get put in a user group that is more restricted.
Something like:
If email domain = *.edu then
user group = full access
else
user group = restricted access
How can I do this?
http://www.vbulletin.org/foum/showthread.php?t=134095
I want my users to register with a .edu extension in order to get full access, but if they don't use a .edu they get put in a user group that is more restricted.
Something like:
If email domain = *.edu then
user group = full access
else
user group = restricted access
How can I do this?