From 35fa85069e792579ebd44a974053d6dce288ea0a Mon Sep 17 00:00:00 2001 From: MW Date: Wed, 28 Mar 2007 18:10:52 +0000 Subject: After hours of searching for a bug, it works - User accounts in sandbox mode, currently they are not persistent between restarts (ie restarting opensim.exe) but should be persistent between sessions (login/ logout). Use the -account command line arg to enable them and then create new accounts through the web interface --- OpenSim.RegionServer/Grid.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim.RegionServer/Grid.cs') diff --git a/OpenSim.RegionServer/Grid.cs b/OpenSim.RegionServer/Grid.cs index b0df6a8..db5b8fe 100644 --- a/OpenSim.RegionServer/Grid.cs +++ b/OpenSim.RegionServer/Grid.cs @@ -11,6 +11,7 @@ namespace OpenSim { public IAssetServer AssetServer; public IGridServer GridServer; + public IUserServer UserServer; public string AssetDll = ""; public string GridDll = ""; -- cgit v1.1