weDevsOfficial/wp-user-frontend

Pending user bugfix in 4.0.7 not compatible with multisite

mavhc opened this issue · 2 comments

7e40c36

I think this commit is incompatible with multisite https://foxland.fi/user-meta-in-wordpress-multisite/

I have a user who only exists in blog 2 who can't login, says "you can't login until an administrator manually approve your account" even though it's Approved on the user page.

They can login via /wp-admin

@Rubaiyat-E-Mohammad vai, please check and confirm this issue's existence.

mavhc commented

Looks like changing *_user_meta to *_user_option will fix it. Note there's no add_user_option, I think you just use update_user_option