Allow an http call to set account details if AllowSetAccount = true in [UserAccountService].

As before, default is false to not allow these calls.
This commit is contained in:
Justin Clark-Casey (justincc)
2011-10-19 00:06:40 +01:00
parent c85a780583
commit 9d59b285bb
3 changed files with 67 additions and 4 deletions

View File

@@ -177,6 +177,10 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
;; Default is false.
; AllowCreateUser = false
;; Allow the service to process HTTP set account calls.
;; Default is false.
; AllowSetAccount = false
[GridUserService]
; for the server connector

View File

@@ -154,13 +154,16 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
;; This switch creates the minimum set of body parts and avatar entries for a viewer 2
;; to show a default "Ruth" avatar rather than a cloud for a newly created user.
;; Default is false
;; If you enable this you will also need to uncomment the AvatarService line above
; CreateDefaultAvatarEntries = false
;; Allow the service to process HTTP create user calls.
;; Default is false.
; AllowCreateUser = false
;; Allow the service to process HTTP set account calls.
;; Default is false.
; AllowSetAccount = false
[GridUserService]
; for the server connector