From e7cea79ee7311c41c5f95082cba6e75e0236beac Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Fri, 15 Aug 2014 12:13:00 +0200 Subject: Move authentication failed logging to checkPassword Fixes https://github.com/owncloud/core/issues/10366 --- config/config.sample.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'config/config.sample.php') 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, -- cgit v1.2.3