Sfoglia il codice sorgente

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 anni fa
parent
commit
d0e6235b03
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2
    1
      lib/private/Log.php

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

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

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

/**

Loading…
Annulla
Salva