Michael Beckwith
Michael Beckwith
May be able to better debug email issues with this hook. https://core.trac.wordpress.org/changeset/34221
Right now, they shouldn't get past the activation key stage. If they're using banned credentials, they'll have their account silently deleted. Admin should get email notifications that someone with a...
Make it so admins of individual sites can manage the user list, not just the super admin. Will help those using WP for SaaS instances and need to allow others...
Individual installs should only be listing pending users to their own install. Joe C with site 1 shouldn't be seeing a new user from Sam M's site 2, and vice...
Looks like us handing ham/spam status, is setting the user_status value in the database to 0. Then when BuddyPress is working to process an activation code, it tries to update...
https://wordpress.org/support/topic/hook-during-approval-while-activation-key-is-valid/ Possible hooks to consider: ``` /** * Fires at the end of the process to sign up a user. * * @since 1.2.2 * * @param bool|WP_Error $user_id True...
https://wordpress.org/support/topic/tip-option-to-block-only-buddypress-or-bbpress/
In case people only want to moderate for only one of the sites. https://wordpress.org/support/topic/tip-option-to-block-only-buddypress-or-bbpress/