Hello,

This is my case:

I have a website (website1) which is built and have users and everything. I'm building a section of (website1) called (website2) which is hosted on a new server and using Drupal as a platform.

Now i want it to work like this: if a user make an action (comment, etc..) on (website2) check if logged on (website1) through web services .. if not then add the username and info to the Drupal's users table and log him on.

Any ideas how to do this? .. is there any ready module to do something similar to this?

Thanks

Comments

jgknight’s picture

not sure this is what you wanted to hear, but 2 drupal sites can share a database (and users/content)

http://drupal.org/node/22267