aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/UserProfileData.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/UserProfileData.cs')
-rw-r--r--OpenSim/Framework/UserProfileData.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Framework/UserProfileData.cs b/OpenSim/Framework/UserProfileData.cs
index 4df1ebd..de44a0d 100644
--- a/OpenSim/Framework/UserProfileData.cs
+++ b/OpenSim/Framework/UserProfileData.cs
@@ -41,6 +41,10 @@ namespace OpenSim.Framework
41 public LLUUID UUID; 41 public LLUUID UUID;
42 42
43 /// <summary> 43 /// <summary>
44 /// The last used Web_login_key
45 /// </summary>
46 public LLUUID webLoginKey;
47 /// <summary>
44 /// The first component of a users account name 48 /// The first component of a users account name
45 /// </summary> 49 /// </summary>
46 public string username; 50 public string username;