aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/http_loginform.html.example (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-01-21- remove extra "; in http_loginform.html.example; fix issue 3025Mike Mazur1-2/+2
- sync up default HTML generated in LoginService.cs with that in http_loginform.html.example
2008-01-10* Just an update to the default login formTeravus Ovares1-5/+6
2008-01-10* After fighting with it a bit more, Opensim is now compatible with the most ↵Teravus Ovares1-1/+1
recent release client(RC) on the linden labs download page. * Don't forget, you need -loginuri *and* -loginpage * Ex: -loginpage http://10.1.1.2:8002/?method=login -loginuri http://10.1.1.2:8002/ * The ?method=login is important, don't forget to add it * If you customize your http_loginform.html file, be sure to keep the form post address as is.
2008-01-09* This update enables the web_login method.Teravus Ovares1-0/+60
* Remember, the client doesn't support web_login to other grids in the current RC, however the next RC will.