Skip to content

Commit

Permalink
Add "create user" instructions to README.txt
Browse files Browse the repository at this point in the history
Add documentation to [Standalone] accounts_authenticate setting
  • Loading branch information
Justin Clark-Casey (justincc) committed Jan 15, 2010
1 parent 7e07bca commit 046a195
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ Once you are presented with a prompt that looks like:

You have successfully started OpenSim.

Before you can log in you will need to create a user account. You can do
this by running the "create user" command on the OpenSim console. This will
ask you a series of questions such as first name, last name and password.

Helpful resources:
* http://opensimulator.org/wiki/Configuration
* http://opensimulator.org/wiki/Configuring_Regions
Expand All @@ -68,7 +72,8 @@ Helpful resources:

By default your sim will be running on http://127.0.0.1:9000. To use
your OpenSim add -loginuri http://127.0.0.1:9000 to your second life
client (running on the same machine as your OpenSim).
client (running on the same machine as your OpenSim). To login, use the
same avatar details that you gave to the "create user" console command.

== Bug reports ==

Expand Down
11 changes: 11 additions & 0 deletions bin/OpenSim.ini.example
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 046a195

Please sign in to comment.