summaryrefslogtreecommitdiffstats
path: root/lib/private/Log.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-02-07 12:16:11 +0100
committerJoas Schilling <coding@schilljs.com>2017-02-07 12:16:11 +0100
commitd0e6235b03d983249c0fe7e546d073a75d5c9ebf (patch)
treecbf17bfe6dc1da21fadcd0a753a8507cc0420f6e /lib/private/Log.php
parent5e4bbb394cb02413e38d5694dd3c3c479b70a392 (diff)
downloadnextcloud-server-d0e6235b03d983249c0fe7e546d073a75d5c9ebf.tar.gz
nextcloud-server-d0e6235b03d983249c0fe7e546d073a75d5c9ebf.zip
Don't log the password on confirmPassword when LDAP throws an exception
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/private/Log.php')
-rw-r--r--lib/private/Log.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/private/Log.php b/lib/private/Log.php
index fddd3593127..bcaa788603a 100644
--- a/lib/private/Log.php
+++ b/lib/private/Log.php
@@ -88,7 +88,8 @@ class Log implements ILogger {
'decrypt',
//LoginController
- 'tryLogin'
+ 'tryLogin',
+ 'confirmPassword',
];
/**