MyBB Community Forums

Full Version: Autologin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need to know how to build a login url similar to www.mysite.com/forums/login.php?user=myname&pass=mypw - is this possible?

Thanks
You'd need a plugin or code modification, but it's a bad idea to have a login form with a GET request as your password is sent via the URL.