diff options
author | diva | 2009-03-08 23:17:49 +0000 |
---|---|---|
committer | diva | 2009-03-08 23:17:49 +0000 |
commit | 6f4051c93251c4c8a1cff91b3b449f1f25c94382 (patch) | |
tree | f42aa100f378a6a2726a942da10f7031f96c9df3 /.nant | |
parent | Thank you tlaukkan for a patch that: Upgraded to MXP 0.4 version and cleaned ... (diff) | |
download | opensim-SC_OLD-6f4051c93251c4c8a1cff91b3b449f1f25c94382.zip opensim-SC_OLD-6f4051c93251c4c8a1cff91b3b449f1f25c94382.tar.gz opensim-SC_OLD-6f4051c93251c4c8a1cff91b3b449f1f25c94382.tar.bz2 opensim-SC_OLD-6f4051c93251c4c8a1cff91b3b449f1f25c94382.tar.xz |
Making the web_login_key code work, even if the LL Viewer doesn't support it. Other clients can launch the LL Viewer with something like this, for example:
Process.Start("C:\\Program Files\\SecondLife\\SecondLife.exe",
"-loginuri " + loginuri + "?web_login_key=" + web_login_key + " -login " + firstName + " " + lastName + " -multiple");
This requires a prior step for actually getting the key, which can be done like this:
http://localhost:9000/?method=login&firstname=barak&lastname=obama&password=123&show_login_form=FALSE
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions