From: Morris Jobke Date: Tue, 4 Apr 2017 21:19:39 +0000 (-0500) Subject: Add method to $methodsWithSensitiveParameters X-Git-Tag: v12.0.0beta1~153^2~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4eddb95fc446fc9325ca934293d19050d9528664;p=nextcloud-server.git Add method to $methodsWithSensitiveParameters Signed-off-by: Morris Jobke --- diff --git a/lib/private/Log.php b/lib/private/Log.php index bcaa788603a..a87aff0b954 100644 --- a/lib/private/Log.php +++ b/lib/private/Log.php @@ -63,6 +63,7 @@ class Log implements ILogger { protected $methodsWithSensitiveParameters = [ // Session/User + 'completeLogin', 'login', 'checkPassword', 'loginWithPassword',