Merge branch '3.3.x'

This commit is contained in:
Marc Alexander 2019-07-29 21:38:23 +02:00
commit 7eedb85b0b
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -2352,7 +2352,7 @@ function login_box($redirect = '', $l_explain = '', $l_success = '', $admin = fa
}
// Check form key
if ($password && !check_form_key($form_name))
if ($password && !defined('IN_CHECK_BAN') && !check_form_key($form_name))
{
$result = array(
'status' => false,