From 060467df9d95be3768dab51ff5dd4e6214ec86a0 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Mon, 2 Sep 2013 11:45:28 +0200 Subject: Log also failed logins to userlogins log --- config/defaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/defaults.inc.php b/config/defaults.inc.php index 512455275..2a51b0805 100644 --- a/config/defaults.inc.php +++ b/config/defaults.inc.php @@ -63,7 +63,7 @@ $config['syslog_facility'] = LOG_USER; // Log sent messages to /sendmail or to syslog $config['smtp_log'] = true; -// Log successful logins to /userlogins or to syslog +// Log successful/failed logins to /userlogins or to syslog $config['log_logins'] = false; // Log session authentication errors to /session or to syslog -- cgit v1.2.3