aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--README.txt7
-rw-r--r--bin/OpenSim.ini.example11
2 files changed, 17 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index 2aa59ac..ed59bf5 100644
--- a/README.txt
+++ b/README.txt
@@ -59,6 +59,10 @@ Once you are presented with a prompt that looks like:
59 59
60You have successfully started OpenSim. 60You have successfully started OpenSim.
61 61
62Before you can log in you will need to create a user account. You can do
63this by running the "create user" command on the OpenSim console. This will
64ask you a series of questions such as first name, last name and password.
65
62Helpful resources: 66Helpful resources:
63 * http://opensimulator.org/wiki/Configuration 67 * http://opensimulator.org/wiki/Configuration
64 * http://opensimulator.org/wiki/Configuring_Regions 68 * http://opensimulator.org/wiki/Configuring_Regions
@@ -68,7 +72,8 @@ Helpful resources:
68 72
69By default your sim will be running on http://127.0.0.1:9000. To use 73By default your sim will be running on http://127.0.0.1:9000. To use
70your OpenSim add -loginuri http://127.0.0.1:9000 to your second life 74your OpenSim add -loginuri http://127.0.0.1:9000 to your second life
71client (running on the same machine as your OpenSim). 75client (running on the same machine as your OpenSim). To login, use the
76same avatar details that you gave to the "create user" console command.
72 77
73== Bug reports == 78== Bug reports ==
74 79
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