I posted this on the
www.vbulletin.com forum and got the tip to post here.
Quote:
I'm setting up a forum for our registered customers. I also want to grant some people evaluating the software access.
Is it possible to test the e-mail address based on an allowed list (file or a separate MySQL table) when a user tries to register? If the it matches an allowed e-mail it proceedes with the registration (and e-mail verification) otherwise it is sent to moderation.
|
What is the best strategy to do this?
I'm new to vBulletin (just installed it a few hours ago) but not afraid of writing PHP code. A rough outline on how to do this, just where to start or an alternative ways of doing this would be very helpful.