XCTrails
Member
Posted 5 months ago #
Hi,
it seems that this plugin doesn't work with the latest user-meta version. Here's a fix which works for me (not sure about the user_status, in my case, no BP) this is 0 for inactive users.
Line 201:
$sql['where'] = "WHERE u.user_status = 0 AND um.meta_key = 'user_meta_user_status' AND um.meta_value = 'inactive'";
http://wordpress.org/extend/plugins/unconfirmed/
XCTrails
Member
Posted 5 months ago #
There's one thing I noticed, though: Trying to resend the activation mail fur unactivated users results in a
You provided invalid activation keys. ?
'user_meta_user_status' isn't used anywhere in WP or BP, at least as far as I can see. Are you using some other plugin that modifies the way users sign up for your site?
XCTrails
Member
Posted 5 months ago #
Yes I do: http://wordpress.org/extend/plugins/user-meta/
Judging from comments in your code, I thought there was already some sort of consideration for this plugin ?