Don't log the password on confirmPassword when LDAP throws an exception

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2017-02-07 12:16:11 +01:00
parent acc759e0c9
commit 8d87ac3a9d
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
1 changed files with 2 additions and 1 deletions

View File

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