Skip to content

Commit

Permalink
Possibility to preset login with login_hint parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
coudot committed Aug 18, 2023
1 parent a6c59cb commit 4e92020
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions htdocs/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
#==============================================================================
Expand Down

0 comments on commit 4e92020

Please sign in to comment.