I need to redirect users to a direct link to login (so they dont' have to type info)
I'm using perl and i'm passing the username and login
Code:
print "Location:http://xxxxx.com/login.php?do=login&vb_login_username=$FORM{'username'}&cookieuser=1&vb_login_password=$decrypted&submit=Log in&s=&do=login\n\n\n";
I can't get it to login.....
Just prints the index.php and loses get method data.