Add information about MinLoginLevel to example ini files

user_profiles
Justin Clark-Casey (justincc) 2013-02-20 00:48:02 +00:00
parent 8a6f2432fc
commit db2b3627f2
2 changed files with 11 additions and 1 deletions

View File

@ -261,7 +261,12 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto
LibraryService = "OpenSim.Services.InventoryService.dll:LibraryService"
FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
;; Ask co-operative viewers to use a different currency name
; The minimum user level required for a user to be able to login. 0 by default
; If you disable a particular user's account then you can set their login level below this number.
; You can also change this level from the console though these changes will not be persisted.
; MinLoginLevel = 0
; Ask co-operative viewers to use a different currency name
;Currency = ""
WelcomeMessage = "Welcome, Avatar!"

View File

@ -85,6 +85,11 @@
;; For Viewer 2
MapTileURL = "http://127.0.0.1:9000/"
; The minimum user level required for a user to be able to login. 0 by default
; If you disable a particular user's account then you can set their login level below this number.
; You can also change this level from the console though these changes will not be persisted.
; MinLoginLevel = 0
;; Ask co-operative viewers to use a different currency name
;Currency = ""