Hi-
I'm wondering if this is possible at all and if so how to do it:
I have my site, which registers a user. That registration information needs to be passed to a second site to register the user with the same information on that site. The login information needs to be the same on both sites so that a user can log in to my site and not even know they had to log into the second site.
I need to know how to pass the password upon registration (to create the second identical account) and then whenever that user logs into my site (to auto login to the second site).
Any help would be greatly appreciated!
Thanks!!