diff --git a/htdocs/index.php b/htdocs/index.php index 78ef31b8..45ec451b 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -151,6 +151,9 @@ "filter_by_ip" => isset($ratelimit_filter_by_ip_jsonfile) ? $ratelimit_filter_by_ip_jsonfile : "" ); +# Preset login with login_hint +if (isset($_REQUEST["login_hint"]) and $_REQUEST["login_hint"]) { $presetLogin = strval($_REQUEST["login_hint"]); } + #============================================================================== # Route to action #==============================================================================