Browse Source

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

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v12.0.0beta1
Joas Schilling 7 years ago
parent
commit
d0e6235b03
No account linked to committer's email address
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      lib/private/Log.php

+ 2
- 1
lib/private/Log.php View File

@@ -88,7 +88,8 @@ class Log implements ILogger {
'decrypt',

//LoginController
'tryLogin'
'tryLogin',
'confirmPassword',
];

/**

Loading…
Cancel
Save