From 046a195c2ed34b282e15d1b6ed298f9a469484f7 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Fri, 15 Jan 2010 18:16:21 +0000 Subject: Add "create user" instructions to README.txt Add documentation to [Standalone] accounts_authenticate setting --- bin/OpenSim.ini.example | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'bin/OpenSim.ini.example') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 5f6d874..179c536 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -290,7 +290,18 @@ [StandAlone] + ; If this is set to true then OpenSim only allows in users who already have accounts. + ; An account can be created using the "create user" console command. + ; + ; If this is set to false then an account is automatically created for a user who logs in + ; without one. PLEASE NOTE THAT IN THIS MODE NO PASSWORD CHECKS ARE PERFORMED. + ; Therefore, any user can log into any account. If accounts_authenticate is later switched to + ; true then the passwords will need to be reset (using the "reset user password" console command) since + ; automatically created accounts have their password set to the string "test". + ; + ; This setting applies to standalone mode only, not grid or other modes. Default is true. accounts_authenticate = true + welcome_message = "Welcome to OpenSimulator" ; Inventory database provider -- cgit v1.1