Hi Admin-Tool folks,
we updated to AdminTools 7.4.9 and we now have an issue with failed login attempts. The expected behaviour is to be redirected to the login form again along with a hint that the authetication failed.
This no longer happens, as a php error breaks the execution of the whole application. In order to replicate the issue, you have to use incorrect/invalid credentials.
0 array_map(): Argument #2 ($array) must be of type array, string given
The error seems to be related to an insufficent check in plugins/system/admintools/src/Utility/BlockedRequestHandler.php on line 682 which has been added in the latest 7.4.9 release.
By temporary disabling this latest change, the site behaves as expected and redirects the user to the login page again.