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

Don't log the password on confirmPassword when LDAP throws an exception
pull/3418/head
Lukas Reschke 2017-02-09 12:19:53 +07:00 committed by GitHub
commit 51f0555b5c
1 changed files with 2 additions and 1 deletions

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