aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/LoginService.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Communications/LoginService.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Framework/Communications/LoginService.cs b/OpenSim/Framework/Communications/LoginService.cs
index 1c72b79..e8e0559 100644
--- a/OpenSim/Framework/Communications/LoginService.cs
+++ b/OpenSim/Framework/Communications/LoginService.cs
@@ -579,11 +579,11 @@ namespace OpenSim.Framework.Communications
579 UUID webloginkey = UUID.Random(); 579 UUID webloginkey = UUID.Random();
580 m_userManager.StoreWebLoginKey(user.ID, webloginkey); 580 m_userManager.StoreWebLoginKey(user.ID, webloginkey);
581 //statuscode = 301; 581 //statuscode = 301;
582 582
583 string redirectURL = "about:blank?redirect-http-hack=" + 583// string redirectURL = "about:blank?redirect-http-hack=" +
584 HttpUtility.UrlEncode("secondlife:///app/login?first_name=" + firstname + "&last_name=" + 584// HttpUtility.UrlEncode("secondlife:///app/login?first_name=" + firstname + "&last_name=" +
585 lastname + 585// lastname +
586 "&location=" + location + "&grid=Other&web_login_key=" + webloginkey.ToString()); 586// "&location=" + location + "&grid=Other&web_login_key=" + webloginkey.ToString());
587 //m_log.Info("[WEB]: R:" + redirectURL); 587 //m_log.Info("[WEB]: R:" + redirectURL);
588 returnactions["int_response_code"] = statuscode; 588 returnactions["int_response_code"] = statuscode;
589 //returnactions["str_redirect_location"] = redirectURL; 589 //returnactions["str_redirect_location"] = redirectURL;