diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 8b31d2eb6d..6235fc8437 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example @@ -556,6 +556,13 @@ ;; 'America/Los_Angeles' is used on Linux/Mac systems whilst 'Pacific Standard Time' is used on Windows DSTZone = "America/Los_Angeles;Pacific Standard Time" + ;; If the region requested at login is not found and there are no default or fallback regions + ;; online or defined in section [GridService], try to send user to any region online + ;; this similar to legacy (was disabled on 0.9.2.0) + ;; you should set this to false and define regions with Default and possible Fallback flags + ;; With this option set to true, users maybe sent to regions they where not supposed to be, or even know about + AllowLoginFallbackToAnyRegion = false + ;Basic Login Service Dos Protection Tweaks ;; ;; Some Grids/Users use a transparent proxy that makes use of the X-Forwarded-For HTTP Header, If you do, set this to true diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 6cb335db3b..556ac7d684 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example @@ -480,9 +480,9 @@ ;; If the region requested at login is not found and there are no default or fallback regions ;; online or defined in section [GridService], try to send user to any region online ;; this similar to legacy (was disabled on 0.9.2.0) - ;; you should set this to false and define regions with Default and possible Fallback flags + ;; you should set this to false and define regions with Default and possible Fallback flags ;; With this option set to true, users maybe sent to regions they where not supposed to be, or even know about - ;AllowLoginFallbackToAnyRegion = true + AllowLoginFallbackToAnyRegion = false ;Basic Login Service Dos Protection Tweaks ;;