diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/Log.php | 1 | ||||
-rw-r--r-- | lib/private/SystemConfig.php | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/lib/private/Log.php b/lib/private/Log.php index 49223521916..b759021ad1f 100644 --- a/lib/private/Log.php +++ b/lib/private/Log.php @@ -64,6 +64,7 @@ class Log implements ILogger { // Session/User 'login', 'checkPassword', + 'loginWithPassword', 'updatePrivateKeyPassword', 'validateUserPass', diff --git a/lib/private/SystemConfig.php b/lib/private/SystemConfig.php index d773e601256..4d9882c9538 100644 --- a/lib/private/SystemConfig.php +++ b/lib/private/SystemConfig.php @@ -55,6 +55,12 @@ class SystemConfig { 'objectstore' => [ 'arguments' => [ 'password' => true, + 'options' => [ + 'credentials' => [ + 'key' => true, + 'secret' => true, + ] + ] ], ], ]; |