A generic form auto-filler. Grabs credentials from the URL, and auto-populates the formThis takes the query string parameters of username and password and automatically enters them in a login form and then submits the form.
You can pass the username and password in two ways:
With URL Fragments:
https://portal.technoratimedia.com/#uVar1=username&uVar2=password
Via GET Paremters:
https://portal.technoratimedia.com/?uVar1=username&uVar2=password
This is especially useful when creating an auto-login feature for Salesforce.