diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-09-02 11:45:28 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-09-02 11:45:28 +0200 |
commit | 060467df9d95be3768dab51ff5dd4e6214ec86a0 (patch) | |
tree | 9a9249fa5860953b0284b8e32330558598fa407c /config/defaults.inc.php | |
parent | 5a8ee396a15085941257d66751164d0fa5027843 (diff) |
Log also failed logins to userlogins log
Diffstat (limited to 'config/defaults.inc.php')
-rw-r--r-- | config/defaults.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 <log_dir>/sendmail or to syslog $config['smtp_log'] = true; -// Log successful logins to <log_dir>/userlogins or to syslog +// Log successful/failed logins to <log_dir>/userlogins or to syslog $config['log_logins'] = false; // Log session authentication errors to <log_dir>/session or to syslog |