-
rondilly posted on the forum topic E-mail domains blacklist doesn't work in the group How-To and Troubleshooting: 14 years, 3 months ago
Ok. Here’s the code. Find this in bp-core-signup.php if ( is_array( $limited_email_domains ) && empty( $limited_email_domains ) == false ) { $emaildomain = substr( $user_email, 1 + strpos( $user_email, ‘@’ ) ); if ( in_array( $emaildomain, (array)$limited_email_domains ) == false ) $errors->add( ‘user_email’, __( ‘Sorry, that email address is not…[Read more]
-
rondilly posted on the forum topic E-mail domains blacklist doesn't work in the group How-To and Troubleshooting: 14 years, 6 months ago
There actually is a function in buddypress but it is named different from the wpmu version, and I can see no way to administer it. If you check your bp-core-signup.php file you will see:
$limited_email_domains = get_site_option( 'limited_email_domains', 'buddypress' );
Just change this line to:$limited_email_domains = get_site_option(…
[Read more] -
rondilly joined the group How-To and Troubleshooting 14 years, 6 months ago
@rondilly
Not recently active