bbPress

Simple, Fast, Elegant

bbPress support forums » Troubleshooting

checking a email address comes from a domain

(6 posts)
  • Started 1 year ago by midnightsun
  • Latest reply from midnightsun
  • This topic is not a support question
  1. midnightsun
    Member

    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

    Posted 1 year ago #
  2. 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)

    Posted 1 year ago #
  3. midnightsun
    Member

    ok, thanks, do you know when you will be releasing the next version?

    Posted 1 year ago #
  4. midnightsun
    Member

    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,

    Posted 1 year ago #
  5. You inspired a quick plugin, that I then turned into a full plugin...

    http://bbpress.org/forums/topic/936

    Posted 1 year ago #
  6. midnightsun
    Member

    oh! wow! thank you so much. it works just how i wanted. many thanks

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.