DubVRides wrote:I am new to the phpbb script and had a question. I think I am posting this in the right place. I have searched the forum and was unsuccessful.
Is there a way to restrict the registration so that only people with a certain .edu email address can register? I am trying to create a forum that only students or faculty at my university can register on.
Any help would be greatly appreciated. Thanks!
There is not, AFAIK, a way to whitelist only a particular email domain for registration, and block all others - you'd need a mod for that, so perhaps a mod request might be helpful in the long run. In the mean time, with a lot of work, you can get close to what you want by blacklisting other email domains to block them from registering - on the "ban emails" part of the ACP, you can use wildcards to block entire top-level domains. If you block *.com, *.net, *.org, and so forth, you'll prevent anyone with an email address from one of those TLDs from registering. You'll probably also want to ban *.us, *.uk, *.ru, and so forth, to prevent those TLDs from registering.
Even then, if you block all TLDs except .edu, that won't prevent someone with an .edu address at another school from signing up, so you'll still have to vet your new users as suggested above, unless you want to go through and block all bazillion .edu domains that aren't you
