diff options
author | Teravus Ovares | 2008-01-10 04:37:03 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-01-10 04:37:03 +0000 |
commit | a962653e04e8b1d06b36224bf20e85b3462197db (patch) | |
tree | 6e16786281d0b8384b9d80e45d78c3b6ff14a01b /bin/http_loginform.html.example | |
parent | Fix r2959 - last letter was being sliced off region prim renames (diff) | |
download | opensim-SC_OLD-a962653e04e8b1d06b36224bf20e85b3462197db.zip opensim-SC_OLD-a962653e04e8b1d06b36224bf20e85b3462197db.tar.gz opensim-SC_OLD-a962653e04e8b1d06b36224bf20e85b3462197db.tar.bz2 opensim-SC_OLD-a962653e04e8b1d06b36224bf20e85b3462197db.tar.xz |
* After fighting with it a bit more, Opensim is now compatible with the most 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.
Diffstat (limited to '')
-rw-r--r-- | bin/http_loginform.html.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/http_loginform.html.example b/bin/http_loginform.html.example index 16655de..41a1083 100644 --- a/bin/http_loginform.html.example +++ b/bin/http_loginform.html.example | |||
@@ -8,7 +8,7 @@ | |||
8 | <body><br /> | 8 | <body><br /> |
9 | <div id="login_box"> | 9 | <div id="login_box"> |
10 | 10 | ||
11 | <form action="/" method="GET" id="login-form"> | 11 | <form action="/go.cgi" method="GET" id="login-form"> |
12 | 12 | ||
13 | <div id="message">[$errors]</div> | 13 | <div id="message">[$errors]</div> |
14 | <fieldset id="firstname"> | 14 | <fieldset id="firstname"> |