Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
This topic is: not resolved
Tagged: bp-ajax-registration
Is there a way to make users stil have to confirm their email when using ajax registration??
Thanks
LUkas
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.