mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
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
1 changed files with 2 additions and 1 deletions
|
|
@ -88,7 +88,8 @@ class Log implements ILogger {
|
|||
'decrypt',
|
||||
|
||||
//LoginController
|
||||
'tryLogin'
|
||||
'tryLogin',
|
||||
'confirmPassword',
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue