From 268e2a587de3835595668c607fed24b3a906c293 Mon Sep 17 00:00:00 2001 From: Johannes Schlichenmaier Date: Thu, 26 Oct 2017 23:13:37 +0200 Subject: [PATCH] Added additional methods for removal of sensitive info Signed-off-by: Johannes Schlichenmaier --- lib/private/Log.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/private/Log.php b/lib/private/Log.php index bcaa788603..8e236f27bc 100644 --- a/lib/private/Log.php +++ b/lib/private/Log.php @@ -68,6 +68,8 @@ class Log implements ILogger { 'loginWithPassword', 'updatePrivateKeyPassword', 'validateUserPass', + 'loginWithToken', + '\{closure\}', // TokenProvider 'getToken', @@ -90,6 +92,10 @@ class Log implements ILogger { //LoginController 'tryLogin', 'confirmPassword', + + // Encryption + 'storeKeyPair', + 'setupUser', ]; /**