mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
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:
parent
acc759e0c9
commit
8d87ac3a9d
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