Skip to content

Tolerate Multisite deployments#235

Closed
teajaymars wants to merge 2 commits intoauth0:masterfrom
datapressio:master
Closed

Tolerate Multisite deployments#235
teajaymars wants to merge 2 commits intoauth0:masterfrom
datapressio:master

Conversation

@teajaymars
Copy link

WordPress Multisite allows users to move between blogs in the network, but the get_users query will only return users who registered on the currently active blog.

Auth0 needs to take care of this edge case, because when merging with an existing user, it crashes with Email already exists where the user is already signed up to another blog in the network.

It appears that passing blog_id = 0 switches off the filter and allows you to query all existing users.

@glena
Copy link
Contributor

glena commented Sep 7, 2016

I am applying this change manually on the dev branch.

@glena glena closed this Sep 7, 2016
glena added a commit that referenced this pull request Sep 7, 2016
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants