Преглед изворни кода

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 година
родитељ
комит
d0e6235b03
No account linked to committer's email address
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2
    1
      lib/private/Log.php

+ 2
- 1
lib/private/Log.php Прегледај датотеку

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

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

/**

Loading…
Откажи
Сачувај