Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-09-02 13:45:28 +0400
committerAleksander Machniak <alec@alec.pl>2013-09-02 13:45:28 +0400
commit060467df9d95be3768dab51ff5dd4e6214ec86a0 (patch)
tree9a9249fa5860953b0284b8e32330558598fa407c /config
parent5a8ee396a15085941257d66751164d0fa5027843 (diff)
Log also failed logins to userlogins log
Diffstat (limited to 'config')
-rw-r--r--config/defaults.inc.php2
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