diff options
author | Roxie Linden <roxie@lindenlab.com> | 2010-02-05 15:59:14 -0800 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2010-02-05 15:59:14 -0800 |
commit | 7ab41a8a815968e274ebbfc459328be40cf5479a (patch) | |
tree | bb436c37aae93f1925e66802558cf388a74ae7f4 /indra/newview/llsecapi.cpp | |
parent | b5f64f9a3f69990d584990b20957e5de9ed2d5b0 (diff) |
transplant with 2517, also fix single username login issue
Diffstat (limited to 'indra/newview/llsecapi.cpp')
-rw-r--r-- | indra/newview/llsecapi.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llsecapi.cpp b/indra/newview/llsecapi.cpp index 26bdfd19da..a928b4580e 100644 --- a/indra/newview/llsecapi.cpp +++ b/indra/newview/llsecapi.cpp @@ -131,7 +131,7 @@ LLSD LLCredential::getLoginParams() } else if (mIdentifier["type"].asString() == "account") { - result["username"] = mIdentifier["username"]; + result["username"] = mIdentifier["account_name"]; result["passwd"] = mAuthenticator["secret"]; } |