diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-07-08 14:13:16 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-07-08 14:13:16 +0200 |
commit | 390a9962970b9283663d8a84d5da4929aa5921e8 (patch) | |
tree | 43bb730016d88956dac6c317b07b125398858050 /lib/private/Log.php | |
parent | 48f9e4ed03f3148d62919a95496ee43164d3e707 (diff) | |
download | nextcloud-server-390a9962970b9283663d8a84d5da4929aa5921e8.tar.gz nextcloud-server-390a9962970b9283663d8a84d5da4929aa5921e8.zip |
Sanitize more config options and stack traces
Diffstat (limited to 'lib/private/Log.php')
-rw-r--r-- | lib/private/Log.php | 1 |
1 files changed, 1 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', |