diff options
author | Diva Canto | 2014-07-06 16:02:04 -0700 |
---|---|---|
committer | Diva Canto | 2014-07-06 16:02:04 -0700 |
commit | ba233008cd250e43ffad5e6cb5e1fed8a6e87f80 (patch) | |
tree | 07c830a17ea303f803a98513171774ae9c68e9f2 /bin/config-include | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC-ba233008cd250e43ffad5e6cb5e1fed8a6e87f80.zip opensim-SC-ba233008cd250e43ffad5e6cb5e1fed8a6e87f80.tar.gz opensim-SC-ba233008cd250e43ffad5e6cb5e1fed8a6e87f80.tar.bz2 opensim-SC-ba233008cd250e43ffad5e6cb5e1fed8a6e87f80.tar.xz |
Changed GetUserInfo so that the exposure of user account details is ruled by a configuration variable. It's on by default.
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index a368bb8..2bbc316 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -337,6 +337,13 @@ | |||
337 | ;; Leave blank or commented for no exceptions. | 337 | ;; Leave blank or commented for no exceptions. |
338 | ; AllowExcept_Level_200 = "http://griefer.com:8002, http://enemy.com:8002" | 338 | ; AllowExcept_Level_200 = "http://griefer.com:8002, http://enemy.com:8002" |
339 | 339 | ||
340 | ;; This variable controls what is exposed to profiles of local users | ||
341 | ;; as seen from outside of this grid. Leave it uncommented for exposing | ||
342 | ;; UserTitle, UserFlags and the creation date. Uncomment and change to False | ||
343 | ;; to block this info from being exposed. | ||
344 | ; ShowUserDetailsInHGProfile = True | ||
345 | |||
346 | |||
340 | [HGInventoryService] | 347 | [HGInventoryService] |
341 | ;; If you have this set under [Hypergrid], no need to set it here, leave it commented | 348 | ;; If you have this set under [Hypergrid], no need to set it here, leave it commented |
342 | ; HomeURI = "http://127.0.0.1:9000" | 349 | ; HomeURI = "http://127.0.0.1:9000" |