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

[stable11] Don't log the password on confirmPassword when LDAP throws an exception
This commit is contained in:
Morris Jobke 2017-02-10 00:08:47 -06:00 committed by GitHub
commit 5c1bf139b4
1 changed files with 2 additions and 1 deletions

View File

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