From 9d59b285bbc84aa620200e7da69be0f347dd69f4 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Wed, 19 Oct 2011 00:06:40 +0100 Subject: Allow an http call to set account details if AllowSetAccount = true in [UserAccountService]. As before, default is false to not allow these calls. --- bin/Robust.HG.ini.example | 4 ++++ bin/Robust.ini.example | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 962c2f4..5958fc1 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example @@ -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 diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 661a15e..2c8770a 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example @@ -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 -- cgit v1.1