Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJohannes Schlichenmaier <johannes@schlichenmaier.info>2017-10-27 00:13:37 +0300
committerJoas Schilling <coding@schilljs.com>2018-01-03 12:46:04 +0300
commita7e67a6ce2c025fb058c9c9620a10ac453607542 (patch)
tree1133c2f0d26b5a5a71e2b95361ee6385cb81bc9e /lib
parent9ed0f50c256c2a020df2a9bb7d3659f43d3922d2 (diff)
Added additional methods for removal of sensitive info
Signed-off-by: Johannes Schlichenmaier <johannes@schlichenmaier.info>
Diffstat (limited to 'lib')
-rw-r--r--lib/private/Log.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/private/Log.php b/lib/private/Log.php
index d93b29414e6..6da23bfbaee 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',
];
/**