Skip to content
Snippets Groups Projects
Unverified Commit 4eddb95f authored by Morris Jobke's avatar Morris Jobke Committed by Arthur Schiwon
Browse files

Add method to $methodsWithSensitiveParameters


Signed-off-by: default avatarMorris Jobke <hey@morrisjobke.de>
parent daf9d235
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,7 @@ class Log implements ILogger {
protected $methodsWithSensitiveParameters = [
// Session/User
'completeLogin',
'login',
'checkPassword',
'loginWithPassword',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment