瀏覽代碼

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
沒有連結到貢獻者的電子郵件帳戶。
共有 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…
取消
儲存