diff options
author | Lukas Reschke <lukas@owncloud.com> | 2014-08-15 12:13:00 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2014-08-15 16:52:13 +0200 |
commit | e7cea79ee7311c41c5f95082cba6e75e0236beac (patch) | |
tree | f46b249986f5a6b843f2edf0f9da3c6543889011 /config/config.sample.php | |
parent | 1a2bae347ad734a82d042eb34aeff3558962026e (diff) | |
download | nextcloud-server-e7cea79ee7311c41c5f95082cba6e75e0236beac.tar.gz nextcloud-server-e7cea79ee7311c41c5f95082cba6e75e0236beac.zip |
Move authentication failed logging to checkPassword
Fixes https://github.com/owncloud/core/issues/10366
Diffstat (limited to 'config/config.sample.php')
-rwxr-xr-x | config/config.sample.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 1cf2c22866a..402c84fe0c7 100755 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -185,9 +185,6 @@ $CONFIG = array( (watch out, this option can increase the size of your log file)*/ "log_query" => false, -/* Enable or disable the logging of IP addresses in case of webform auth failures */ -"log_authfailip" => false, - /* Whether ownCloud should log the last successfull cron exec */ "cron_log" => true, |