From e1aa83e965440b3e830d599e18ff078104e8a886 Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Wed, 9 Jan 2008 04:13:04 +0000 Subject: * Added a hashtable based HTTP processor in preparation of the web_login_key * Added the web_login_key to the users table * Added happy configurable http error message pages * This update is large enough to have 'awe' value.. so backup your users or weep. * Not tested on MSSQL, even though I added code to update the tables! --- OpenSim/Framework/UserProfileData.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'OpenSim/Framework/UserProfileData.cs') 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 public LLUUID UUID; /// + /// The last used Web_login_key + /// + public LLUUID webLoginKey; + /// /// The first component of a users account name /// public string username; -- cgit v1.1