BuddyDev

Search

ajax registration still make users confirm their email address

  • Participant
    Level: Enlightened
    Posts: 34
    Lukas Feddern on #574

    Is there a way to make users stil have to confirm their email when using ajax registration??

    Thanks
    LUkas

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #575

    Hi Lukas,
    Please put the following code in your bp-custom.php or in your functions.php

    
    add_filter( 'bpajaxr_is_auto_activation_mode', '__return_false' );
    

    That will do it.

You must be logged in to reply to this topic.

This topic is: not resolved