diff options
author | Johannes Schlichenmaier <johannes@schlichenmaier.info> | 2017-10-26 23:13:37 +0200 |
---|---|---|
committer | Johannes Schlichenmaier <johannes@schlichenmaier.info> | 2017-10-27 10:36:58 +0200 |
commit | 4ae7275aebd7b0996cf83c974cbedc5478adfcc0 (patch) | |
tree | b3f44401d126d49862f13836405e3de0dd246c93 /lib/private/Log.php | |
parent | 4cb4d03184634c093575a370b2b90526e3c6030b (diff) | |
download | nextcloud-server-4ae7275aebd7b0996cf83c974cbedc5478adfcc0.tar.gz nextcloud-server-4ae7275aebd7b0996cf83c974cbedc5478adfcc0.zip |
Added additional methods for removal of sensitive info
Signed-off-by: Johannes Schlichenmaier <johannes@schlichenmaier.info>
Diffstat (limited to 'lib/private/Log.php')
-rw-r--r-- | lib/private/Log.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/private/Log.php b/lib/private/Log.php index 39577d2387a..25ff26daffa 100644 --- a/lib/private/Log.php +++ b/lib/private/Log.php @@ -69,6 +69,8 @@ class Log implements ILogger { 'loginWithPassword', 'updatePrivateKeyPassword', 'validateUserPass', + 'loginWithToken', + '\{closure\}', // TokenProvider 'getToken', @@ -96,6 +98,10 @@ class Log implements ILogger { 'bind', 'areCredentialsValid', 'invokeLDAPMethod', + + // Encryption + 'storeKeyPair', + 'setupUser', ]; /** |