Added additional methods for removal of sensitive info
Signed-off-by: Johannes Schlichenmaier <johannes@schlichenmaier.info>
This commit is contained in:
parent
1bdb2608a3
commit
268e2a587d
|
@ -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',
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue