Sharing user data between WordPress sites.
-
I have two domains, each running WordPress and I want people who register on one to be able to log in to the other without re-registering. Any ideas?
There are two solutions that I can see.
1. Modify one to manipulate the user data in wp_users and wp_usersmeta in the other, as a sort of ‘master’ list.
2. Add code to make both add in the user data to each others tables and build synchronous user tables.
Either way, its a headache. Has anyone heard of anyone trying this before?
Thanks,
Oliver.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Sharing user data between WordPress sites.’ is closed to new replies.