Skip to:
Content
Pages
Categories
Search
Top
Bottom

checking a email address comes from a domain

  • @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

Viewing 5 replies - 1 through 5 (of 5 total)
  • @mdawaffe

    Member

    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(). (https://trac.bbpress.org/changeset/549)

    @midnightsun

    Member

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

    @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,

    @sambauers

    Participant

    You inspired a quick plugin, that I then turned into a full plugin…

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

    @midnightsun

    Member

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Skip to toolbar