<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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user