[buddypress-trac] [BuddyPress Trac] #8570: On Multisite Environment, Users Also Created and Showing on the Main Site. Is it normal?
buddypress-trac
noreply at wordpress.org
Tue Sep 21 04:48:26 UTC 2021
#8570: On Multisite Environment, Users Also Created and Showing on the Main Site.
Is it normal?
--------------------------+-------------------------
Reporter: mandro | Owner: (none)
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: Registration | Version: 3.0.0
Severity: normal | Resolution: worksforme
Keywords: |
--------------------------+-------------------------
Comment (by imath):
Sure, you can add this code into a [https://codex.buddypress.org/themes
/bp-custom-php/ bp-custom.php] file:
{{{
<?php
remove_action( 'bp_core_activated_user',
'bp_members_add_role_after_activation', 1 );
}}}
And a detailed explanation is available there #7565
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/8570#comment:3>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list