Added logging of faulty login attempts, fixes #1321
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
@@ -25,5 +25,7 @@ if(!defined('ADM_ACTION'))
|
||||
define('ADM_ACTION', '30');
|
||||
if(!defined('CRON_ACTION'))
|
||||
define('CRON_ACTION', '40');
|
||||
if(!defined('LOGIN_ACTION'))
|
||||
define('LOGIN_ACTION', '50');
|
||||
if(!defined('LOG_ERROR'))
|
||||
define('LOG_ERROR', '99');
|
||||
|
||||
Reference in New Issue
Block a user