Bug 35890: Reject login if IP is not valid

Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
Jonathan Druart 2024-01-24 16:25:30 +01:00 committed by Lucas Gass
parent b3f2d2182e
commit 684b059b19

View file

@ -1210,6 +1210,7 @@ sub checkauth {
-sameSite => 'Lax',
));
$info{'wrongip'} = 1;
$auth_state = "failed";
}
}