Hi,
I was wondering if anyone knew where and what to change to make sure an email address only comes from a certain domain?
Many Thanks
Hi,
I was wondering if anyone knew where and what to change to make sure an email address only comes from a certain domain?
Many Thanks
You can hook into the bb_new_user hook (see bb-includes/register.php: bb_new_user() ), but by the time that hook is fired, the user is already in the database, and the new user has been sent an email.
In the next version of bbPress, you'll be able to hook into bb_verify_email(). (http://trac.bbpress.org/changeset/549)
ok, thanks, do you know when you will be releasing the next version?
Hello again,
I was wondering if anyone knew any more on this subject? I have just come back to this subject and wanted to know if any progress had been made or if anyone else had any ideas on how to limit who can sign up.
Many Thanks,
You inspired a quick plugin, that I then turned into a full plugin...
oh! wow! thank you so much. it works just how i wanted. many thanks
You must log in to post.