]> source.dussan.org Git - nextcloud-server.git/commitdiff
Added additional methods for removal of sensitive info
authorJohannes Schlichenmaier <johannes@schlichenmaier.info>
Thu, 26 Oct 2017 21:13:37 +0000 (23:13 +0200)
committerJoas Schilling <coding@schilljs.com>
Wed, 3 Jan 2018 09:46:04 +0000 (10:46 +0100)
Signed-off-by: Johannes Schlichenmaier <johannes@schlichenmaier.info>
lib/private/Log.php

index d93b29414e6b3af41c16442c38d0c4f939e11e07..6da23bfbaeea6bf61538d39352ecb2fe3d9bb7a5 100644 (file)
@@ -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',
        ];
 
        /**