Replies
- Ethan Figliola on May 11, 2022 at 8:35 pm in reply to: Issues with registration member types. #44920
Yes this is the code:. <?php
/**
* Disables auto activation, auto login for castingdirector member type.
*/
add_filter( ‘bpaaal_disable_auto_activation’, function ( $disable ) {if ( isset( $_POST[‘field_808’] ) && ‘castingdirector’ == $_POST[‘field_808’]) {
$disable = true;
}return $disable;
} );
?> - Ethan Figliola on May 11, 2022 at 5:29 pm in reply to: Issues with registration member types. #44917
The fix I received does not work it auto logs in the casting director still. and cant reply to the no reply email
Can you help us with this please? I feel like it would be a small addition of code to make that work and just not auto apporove users selecting the role casting director but auto approve users who choose actor. Thank you
Just for that one role the acting role we want auto-activation to continue like its setup now.
We need to do both.
I Don’t think you understand me we have auto-approval enabled from you guys for registrations but we just want to not allow the casting director member type/ role to be auto-approved can you help us achieve this?
That plugin will not help us.
Is there a way for me to require manual approval for people who register the role Casting Director?