That would actually still be BuddyPress core handling that activation process. We come in afterwards for the parts we handle and our integration.
Not sure if you upgraded really recently or not for BuddyPress, as I know they had a new release in the past week or two
Hi Michael,
I suspect something is going on with your plugin here and it is probably related to the new Buddpress 7.0.0, since the problem started with this recent update.
I had the same problem with no activation mails, but when I deactivate Buddypress Reg. options, the mails are sent.
I really appreciate your plugin, because it stopped a lot of spam, so I hope you will look into it, when you have the time.
Thanks
Lars
The thing is we don’t interact with the activation process. What we do is add some user meta when the user_register action hook from WP core executes.
When that user meta is present and set to true, we do our parts in limiting access and display, but the user will be fully set up first.
So activation issues are going to be still on BuddyPress Core’s side of things as that’s what has had an update.
Hi Michael,
The problem on my site was WP Better Email and not your plugin.
Sorry for the “false alarm”.
Cheers, Lars
No worries.
Any news from you @earl_d ?