Skip to:
Content
Pages
Categories
Search
Top
Bottom

BP Restrict Signup By Email Domain – not working


  • anthonylawton
    Participant

    @anthonylawton

    I suspect it is because I have a membership plugin – Membermouse (which I really like)

    I get registrations through the MM checkout page – anyone know what the answer is to keep the checkout but to (at the same time) check the whitelist email in the sign up process?

    Thank you 🙂
    Anthony

Viewing 2 replies - 1 through 2 (of 2 total)

  • danbp
    Moderator

    @danbp

    Hi,

    BuddyPress doesn’t restrict signup by email domain. If you have issues with a third party plugin, please ask for help on their support. This is specially the case for premium plugins, as we have no access to the code.


    livingflame
    Participant

    @livingflame

    @anthonylawton

    Create a plugin with this. But, if you use BuddyPress Honeypot, this plugin not work.

    <?php
    /*
    Plugin Name: Restricted Email Domains
    Description: Restricts registration user email addresses to valid domains.
    From: http://old.webit.ca/2011/03/limit-user-email-domains-in-buddypress/
    Version: 1.0
    */
    add_option('limited_email_domains', array('yahoo.com', 'outlook.com', 'hotmail.com', 'gmail.com', 'aol.com', 'mail.com')); 
Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar