diff options
author | Joas Schilling <coding@schilljs.com> | 2017-02-07 12:16:11 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-02-07 12:16:11 +0100 |
commit | d0e6235b03d983249c0fe7e546d073a75d5c9ebf (patch) | |
tree | cbf17bfe6dc1da21fadcd0a753a8507cc0420f6e /lib/private/Log.php | |
parent | 5e4bbb394cb02413e38d5694dd3c3c479b70a392 (diff) | |
download | nextcloud-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.php | 3 |
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', ]; /** |