<3 donovan nascent suport for the new login system. still needs to actually poll /inworld/go.php to get the web key automagically.

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1516 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
jef
2007-12-05 20:23:46 +00:00
parent b8d7966ee5
commit 8a3754d552
4 changed files with 19 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ namespace libsecondlife.TestClient
public string FirstName;
public string LastName;
public string Password;
public string WebLoginKey;
public string StartLocation;
public string MasterName;
public LLUUID MasterKey;
@@ -100,6 +101,7 @@ namespace libsecondlife.TestClient
NetworkManager.LoginParams loginParams = client.Network.DefaultLoginParams(
account.FirstName, account.LastName, account.Password, "TestClient", contactPerson);
loginParams.WebLoginKey = account.WebLoginKey;
if (!String.IsNullOrEmpty(account.StartLocation))
loginParams.Start = account.StartLocation;