Only allow specific email addresses

Permalink
Hi All,

I am building a student union website for an Australian University using my FAV CMS, Concrete5 and wondering if there is any way of limiting registrations based on email address?

We basically want to only allow registrations from people using .edu.au and .au email addresses.

Is this something that could be achieved? I am pretty basic when it comes to PHP however we would be happy to pay for this option if it is even possible at all.

Richard.

 
Tony replied on at Permalink Reply
Tony
concrete does allow for a type of registration where registered users must first be approved ( /dashboard/users/registration/ ), if it's not many subscribers, then you could review those by hand... or it wouldn't be hard to make a script that grabs all the unapproved users, and approved them if they have valid email addresses. we could hook that to some event that's fired on registration. shoot me a private message if you want to chat about this.
tgtg replied on at Permalink Reply
Hi, Tony
I was looking for the above Richard's feature to only allow specific email address users to use the registration form.

Is there any way you can point that to me, please?

Thank you.