diff options
author | Adam Frisby | 2007-05-16 21:10:45 +0000 |
---|---|---|
committer | Adam Frisby | 2007-05-16 21:10:45 +0000 |
commit | dc2acaa8a887e986644480237910308701c84c1a (patch) | |
tree | d5f292670f2295877cbece26ca43444dba82f03b /OpenGrid.Framework.Data/UserProfileData.cs | |
parent | * sing loud, sing proud, sing from the heart (diff) | |
download | opensim-SC_OLD-dc2acaa8a887e986644480237910308701c84c1a.zip opensim-SC_OLD-dc2acaa8a887e986644480237910308701c84c1a.tar.gz opensim-SC_OLD-dc2acaa8a887e986644480237910308701c84c1a.tar.bz2 opensim-SC_OLD-dc2acaa8a887e986644480237910308701c84c1a.tar.xz |
Let stuff be broken!
Diffstat (limited to 'OpenGrid.Framework.Data/UserProfileData.cs')
-rw-r--r-- | OpenGrid.Framework.Data/UserProfileData.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenGrid.Framework.Data/UserProfileData.cs b/OpenGrid.Framework.Data/UserProfileData.cs index 8d72c6b..3d8eec4 100644 --- a/OpenGrid.Framework.Data/UserProfileData.cs +++ b/OpenGrid.Framework.Data/UserProfileData.cs | |||
@@ -12,6 +12,7 @@ namespace OpenGrid.Framework.Data | |||
12 | public string surname; // The users surname (can be used to indicate user class - eg 'Test User' or 'Test Admin') | 12 | public string surname; // The users surname (can be used to indicate user class - eg 'Test User' or 'Test Admin') |
13 | 13 | ||
14 | public string passwordHash; // Hash of the users password | 14 | public string passwordHash; // Hash of the users password |
15 | public string passwordSalt; // Salt for the users password | ||
15 | 16 | ||
16 | public ulong homeRegion; // RegionHandle of home | 17 | public ulong homeRegion; // RegionHandle of home |
17 | public LLVector3 homeLocation; // Home Location inside the sim | 18 | public LLVector3 homeLocation; // Home Location inside the sim |