mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
The stubs for an authorization service, at the moment the service will always grant access to an avatar entering the region if requested.
This commit is contained in:
@@ -166,6 +166,7 @@ namespace OpenSim.Grid.UserServer.Modules
|
||||
// Account information
|
||||
responseData["firstname"] = profile.FirstName;
|
||||
responseData["lastname"] = profile.SurName;
|
||||
responseData["email"] = profile.Email;
|
||||
responseData["uuid"] = profile.ID.ToString();
|
||||
// Server Information
|
||||
responseData["server_inventory"] = profile.UserInventoryURI;
|
||||
|
||||
Reference in New Issue
Block a user