I am building a Wordpress website that has a member login with a username and password. I would like a link to another website that also has a username and password. I need to create a script that will automatically pass the username and password in a URL to the other website. The username and password will be the same. Im just trying to avoid a double login for website visitors. Any help would be great!
Hi Airludy,
This would be highly insecure. It would be better to write a backside script that logs users into both sites at one time.
E
It doesnt have to be secure and the second website that we will be login needs it to be passed through the URL. So, any suggestions on a script that can do this?
Hi,
Anyhow if you pass those values in URL its highly insecure for both the websites. So its better to make user vaidation at both the ends in background.