Multisite error when adding a user: already a member of this site

admin2025-01-08  5

I have a strange problem when adding users to a new site on the network. The user is already registered on some other part of the site, but won't be added to the new site as the error 'That user is already a member of this site' appears. The strange thing is I don't see the member in the members list.

Anyone can help me out?

Thanks in advance,

I have a strange problem when adding users to a new site on the network. The user is already registered on some other part of the site, but won't be added to the new site as the error 'That user is already a member of this site' appears. The strange thing is I don't see the member in the members list.

Anyone can help me out?

Thanks in advance,

Share Improve this question edited Aug 1, 2016 at 15:32 jdm2112 3,6851 gold badge16 silver badges23 bronze badges asked Aug 1, 2016 at 11:36 rwzdoornrwzdoorn 3756 silver badges23 bronze badges 2
  • They're likely to be 'pending' confirmation, there's a plugin that will show pending users in the network admin – Tom J Nowell Commented Aug 1, 2016 at 12:04
  • They are not pending.. used a plugin and their not on the pending list.. – rwzdoorn Commented Aug 1, 2016 at 12:46
Add a comment  | 

2 Answers 2

Reset to default 0

Found a workaround, remove the user via PHPmyadmin, found in wp_user (find ID of user) and wp_usermeta (find meta info of user). Remove wp_capablities and wp_user_level from wp_usermeta and add the user again to your site via the WP backend. Somehow this reimported the user again and shows up in the user list this time. .

I found that adding a temp "Super Admin" account and using it to remove and re-add in the account that was having the issue worked. I then removed the temp admin account once I tested it out.

It is doing the same process as the suggested editing the database via phpmyadmin, but safer, perhaps.

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1736266057a1090.html

最新回复(0)