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:
commit
5c1bf139b4
|
@ -88,7 +88,8 @@ class Log implements ILogger {
|
|||
'decrypt',
|
||||
|
||||
//LoginController
|
||||
'tryLogin'
|
||||
'tryLogin',
|
||||
'confirmPassword',
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue