diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-04-04 16:19:39 -0500 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-04-06 15:22:43 +0200 |
commit | 4eddb95fc446fc9325ca934293d19050d9528664 (patch) | |
tree | 5bac869640bd207218d1e14341760309438ba3ea /lib/private/Log.php | |
parent | daf9d235478ceccd484fbb66e445e19a3b2cd09b (diff) | |
download | nextcloud-server-4eddb95fc446fc9325ca934293d19050d9528664.tar.gz nextcloud-server-4eddb95fc446fc9325ca934293d19050d9528664.zip |
Add method to $methodsWithSensitiveParameters
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'lib/private/Log.php')
-rw-r--r-- | lib/private/Log.php | 1 |
1 files changed, 1 insertions, 0 deletions
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', |