diff options
Diffstat (limited to '')
-rw-r--r-- | README.txt | 7 | ||||
-rw-r--r-- | bin/OpenSim.ini.example | 11 |
2 files changed, 17 insertions, 1 deletions
@@ -59,6 +59,10 @@ Once you are presented with a prompt that looks like: | |||
59 | 59 | ||
60 | You have successfully started OpenSim. | 60 | You have successfully started OpenSim. |
61 | 61 | ||
62 | Before you can log in you will need to create a user account. You can do | ||
63 | this by running the "create user" command on the OpenSim console. This will | ||
64 | ask you a series of questions such as first name, last name and password. | ||
65 | |||
62 | Helpful resources: | 66 | Helpful 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 | ||
69 | By default your sim will be running on http://127.0.0.1:9000. To use | 73 | By default your sim will be running on http://127.0.0.1:9000. To use |
70 | your OpenSim add -loginuri http://127.0.0.1:9000 to your second life | 74 | your OpenSim add -loginuri http://127.0.0.1:9000 to your second life |
71 | client (running on the same machine as your OpenSim). | 75 | client (running on the same machine as your OpenSim). To login, use the |
76 | same 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 |