-
marcycapron posted on the forum topic Moderate Signup / Restrict Registration in the group How-To and Troubleshooting: 14 years, 2 months ago
@zlamczyk and anyone else who finds this — to redirect activation email to admin….
function my_redirect_activation_email()
{
return get_site_option( “admin_email” );
}
add_filter(‘bp_core_activation_signup_user_notification_to’, ‘my_redirect_activation_email’);I’m sure can be manipulated to plop user email in there.
-
marcycapron posted on the forum topic Moderate Signup / Restrict Registration in the group How-To and Troubleshooting: 14 years, 2 months ago
@zlamczyk 3 months late on this but what exactly did you do to that last snippet you posted? yes, it would get overwritten but I am in a bind just like you were. we’re doing an alumni-only social network and the email MUST be @alumni etc .edu and therefore hand approved… and yep, bp registration options is […]
-
Van Murray posted on the forum topic Moderate Signup / Restrict Registration in the group How-To and Troubleshooting: 14 years, 5 months ago
@zlamczyk: I think we are trying to work on the same thing. https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/disable-activation-email/ I am getting spammed (bad) and they are simply using the activation email to approve themselves. My thought was just do a manual approval to either “activate”, “send activation email”…[Read more]
@zlamczyk
Active 7 years, 7 months ago