aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMelanie2010-01-16 00:15:26 +0000
committerMelanie2010-01-16 00:15:26 +0000
commit8c39392eaa76fd5fad37368675d1463ad6c69195 (patch)
treeda3e872c13d48a7bd6735b351c8b7a0f8a97d77d /bin
parentAllow renaming of items that contain no-mod items (diff)
parentAdd "create user" instructions to README.txt (diff)
downloadopensim-SC_OLD-8c39392eaa76fd5fad37368675d1463ad6c69195.zip
opensim-SC_OLD-8c39392eaa76fd5fad37368675d1463ad6c69195.tar.gz
opensim-SC_OLD-8c39392eaa76fd5fad37368675d1463ad6c69195.tar.bz2
opensim-SC_OLD-8c39392eaa76fd5fad37368675d1463ad6c69195.tar.xz
Merge branch 'master' into careminster
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example11
1 files changed, 11 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 7ee3e51..c96e938 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -290,7 +290,18 @@
290 290
291 291
292[StandAlone] 292[StandAlone]
293 ; If this is set to true then OpenSim only allows in users who already have accounts.
294 ; An account can be created using the "create user" console command.
295 ;
296 ; If this is set to false then an account is automatically created for a user who logs in
297 ; without one. PLEASE NOTE THAT IN THIS MODE NO PASSWORD CHECKS ARE PERFORMED.
298 ; Therefore, any user can log into any account. If accounts_authenticate is later switched to
299 ; true then the passwords will need to be reset (using the "reset user password" console command) since
300 ; automatically created accounts have their password set to the string "test".
301 ;
302 ; This setting applies to standalone mode only, not grid or other modes. Default is true.
293 accounts_authenticate = true 303 accounts_authenticate = true
304
294 welcome_message = "Welcome to OpenSimulator" 305 welcome_message = "Welcome to OpenSimulator"
295 306
296 ; Inventory database provider 307 ; Inventory database provider