From 114807b9d1caeffad1f245982baa2c07e88ee470 Mon Sep 17 00:00:00 2001 From: MW Date: Sat, 11 Aug 2007 11:59:51 +0000 Subject: Made account Authentication optional in "sandbox/standalone" mode. Just change "standalone_authenticate = false" to be true in OpenSim.ini. Then as per grid mode, you can use the "create user" command to create new accounts. --- bin/OpenSim.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/OpenSim.ini b/bin/OpenSim.ini index 022d82f..278202d 100644 --- a/bin/OpenSim.ini +++ b/bin/OpenSim.ini @@ -1,4 +1,5 @@ [Startup] gridmode = false physics = basicphysics -storage_plugin = "OpenSim.DataStore.NullStorage.dll" \ No newline at end of file +storage_plugin = "OpenSim.DataStore.NullStorage.dll" +standalone_authenticate = false -- cgit v1.1