diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-02-09 12:19:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-09 12:19:53 +0100 |
commit | 51f0555b5c9b888652692ba67085f11e983f495a (patch) | |
tree | 71add70d2b6df62a9bf80fba2ee18f1e86222323 /lib | |
parent | f33760c7f118003dfae753a2b678ae86c58b14ac (diff) | |
parent | d0e6235b03d983249c0fe7e546d073a75d5c9ebf (diff) | |
download | nextcloud-server-51f0555b5c9b888652692ba67085f11e983f495a.tar.gz nextcloud-server-51f0555b5c9b888652692ba67085f11e983f495a.zip |
Merge pull request #3396 from nextcloud/dont-log-password-on-failed-confirmation
Don't log the password on confirmPassword when LDAP throws an exception
Diffstat (limited to 'lib')
-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', ]; /** |