Hi,
I enabled buddypress register from Settings -> Buddypress -> Pages -> Register (refer to screenshot:
https://prnt.sc/peq4yv), registration form from this register page (
https://prnt.sc/peq7n6) does not disable activation even when I have followed all steps shown here
https://prnt.sc/peq5r8
Only when I use [wplms_registration_form name="sample" field_meta=1] shortcode and register from that form (
https://prnt.sc/peq8ix), then the activation does not appear and I am automatically logged in as well.
From here /public_html/wp-content/themes/wplms/registration/register.php, I want to disable "bp_registration_needs_activation" and automatically approve user registration, and auto-login for user. How do I do that?