From 8aaa98a741468b1adccc43961ba20fd707cba25f Mon Sep 17 00:00:00 2001 From: Daniel Cebrian Date: Mon, 17 Jul 2023 14:10:08 +0200 Subject: [PATCH] #10254 added message timeout --- pandora_console/include/auth/mysql.php | 1 - pandora_console/index.php | 1 - 2 files changed, 2 deletions(-) diff --git a/pandora_console/include/auth/mysql.php b/pandora_console/include/auth/mysql.php index 5f4b1cfe59..ef619236c8 100644 --- a/pandora_console/include/auth/mysql.php +++ b/pandora_console/include/auth/mysql.php @@ -244,7 +244,6 @@ function process_user_login_remote($login, $pass, $api=false) } if ($sr === false) { - $config['auth_error'] = 'User not found in database or incorrect password'; return false; } break; diff --git a/pandora_console/index.php b/pandora_console/index.php index a1304963c1..4d37baceb2 100755 --- a/pandora_console/index.php +++ b/pandora_console/index.php @@ -711,7 +711,6 @@ if (isset($config['id_user']) === false) { login_check_failed($nick); } - $config['auth_error'] = __('User is blocked'); $login_failed = true; }