Merge pull request #3396 from nextcloud/dont-log-password-on-failed-confirmation

Don't log the password on confirmPassword when LDAP throws an exception
This commit is contained in:
Lukas Reschke 2017-02-09 12:19:53 +01:00 committed by GitHub
commit 51f0555b5c
1 changed files with 2 additions and 1 deletions

View File

@ -88,7 +88,8 @@ class Log implements ILogger {
'decrypt',
//LoginController
'tryLogin'
'tryLogin',
'confirmPassword',
];
/**