• Hi there,

    I’m using WPRUS on 2 websites. We have a specific use case where the user IDs need to be identical on both. Is it possible when a new user is created, that it creates a user on the second website with the exact same user ID on the other website?

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author Alexandre Froger

    (@frogerme)

    Hello!

    Unfortunately this is not possible. Each database’s user ID is using auto-increment, and each site’s sequence would drift over time and create conflicts.

    The solution in your case would be to implement some middleware to change the user on-the-fly (if you are integrating with a third-party plugin, I would recommend to reach out to the developer and ask for the introduction of a filter, if there isn’t one already).

Viewing 1 replies (of 1 total)

The topic ‘Sync User ID as well’ is closed to new replies.