diff options
author | Justin Clark-Casey (justincc) | 2010-01-15 18:16:21 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-01-15 18:16:21 +0000 |
commit | 046a195c2ed34b282e15d1b6ed298f9a469484f7 (patch) | |
tree | 41abb5f80f2675752eff81e169f6c014ab21bab6 /bin/OpenSim.ini.example | |
parent | * Separate out building instructions. Further revise README (diff) | |
download | opensim-SC_OLD-046a195c2ed34b282e15d1b6ed298f9a469484f7.zip opensim-SC_OLD-046a195c2ed34b282e15d1b6ed298f9a469484f7.tar.gz opensim-SC_OLD-046a195c2ed34b282e15d1b6ed298f9a469484f7.tar.bz2 opensim-SC_OLD-046a195c2ed34b282e15d1b6ed298f9a469484f7.tar.xz |
Add "create user" instructions to README.txt
Add documentation to [Standalone] accounts_authenticate setting
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 11 |
1 files changed, 11 insertions, 0 deletions
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 @@ | |||
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 |