MyBB Community Forums
Registration approved lists - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Plugins (https://community.mybb.com/forum-73.html)
+---- Forum: Plugin Requests (https://community.mybb.com/forum-65.html)
+---- Thread: Registration approved lists (/thread-24498.html)



Registration approved lists - RajMann - 2007-10-05

I wonder if anyone can help me. I'm starting a forum for trainee doctors and want it to be quite private in content. I've already set up the forums so only registered users can view topics and forum content.

I want to make registration as easy and smooth as possible so would like people to have instant or email activation rather than having to wait for admin to approve. I have a list of emails of everyone who is eligible to join the site, is there any way I can set MyBB to automatically approve people registering with those emails and block registration from anyone not on my list? Many thanks if anyone can make suggestions.


RE: Registration approved lists - Ryan Loos - 2007-10-05

Not without a plugin or code modification unfortunately. You might want to request/suggest this in the appropriate forum. Smile


RE: Registration approved lists - LeX- - 2007-10-05

Try this;

Install:

Upload alor.php into your ./inc/plugins/ folder.
Go to your PluginManager and Activate the Plugin.
Go to your SettingsPage; and look for the "Approved Email List On Registration" group; Fill in all the emails seperated by comma.


RE: Registration approved lists - RajMann - 2007-10-05

Yea! That's fantastic, just what I was looking for. Many thanks, I'll give it a whirl and feedback once things are up and running.


RE: Registration approved lists - MrD. - 2007-10-05

That's actually a nice idea, moved to code modifications.


RE: Registration approved lists - Snake - 2007-10-05

I have to say I may use this for one of my sites that are going to be e-mail invite only.