diff --git a/include/functions_user.inc.php b/include/functions_user.inc.php index 340bca9cb..ac85d1b47 100644 --- a/include/functions_user.inc.php +++ b/include/functions_user.inc.php @@ -1474,11 +1474,6 @@ function auth_key_login($auth_key) { global $conf, $user, $page; - if ($user['id'] != $conf['guest_id']) - { - return false; - } - if (!preg_match('/^[a-z0-9]{30}$/i', $auth_key)) { return false;