Hi,
I'm looking for a modification that will allow users to log in by passing their username and password through the URL. For example:
HTML Code:
www.example.com/forum/showthread.php?t=1&username=foo&password=bar
will show thread 1 with the user logged in. I've searched the forums and found many authentication hacks but none of them is suitable. I know it's highly insecured but it's okay.
Thanks!