[wp-hackers] Users being created in master site and local site
Robert Lusby
nanogwp at gmail.com
Sun Jan 8 20:27:33 UTC 2012
On 08/01/2012 20:15, Robert Lusby wrote:
> Hello,
>
> If a user is created on a single site in multi-site, and then deleted,
> that user remains in the Network Admin user list.
>
> This then prevents the user signing up again.
>
> How does a site admin, with access only to their local site, ensure
> that when deleting a user, it gets removed from their local site, and
> the network site?
>
> OR ... when a user is created, create that user in the local site only
> (and not the network user list).
>
> Thanks,
> Robert
More claification:
- the user signs up using a custom sign up form and is created using
wp_create_user function.
- user then exists in local site user list, and mulit-site user list
- local admin for that site then deletes that user, however user still
exists in the network user list
- the user then tries to sign up again at a later date, however now
username_exists function will return true because username exists in
network admin list, but not in local website
Thanks.
More information about the wp-hackers
mailing list