mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Add method to $methodsWithSensitiveParameters
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
daf9d23547
commit
4eddb95fc4
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ class Log implements ILogger {
|
|||
|
||||
protected $methodsWithSensitiveParameters = [
|
||||
// Session/User
|
||||
'completeLogin',
|
||||
'login',
|
||||
'checkPassword',
|
||||
'loginWithPassword',
|
||||
|
|
|
|||
Loading…
Reference in a new issue