diff options
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 |