diff options
author | Joas Schilling <coding@schilljs.com> | 2019-01-21 09:30:04 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2019-01-21 09:31:23 +0100 |
commit | 10e945bdaf5f61fa2415301599827c28c4631a7b (patch) | |
tree | b603aeb975c9149f73bf1dcca5464f320cb9da37 | |
parent | e05e93b55fc4d967a7918b4467f74bdfe8c49688 (diff) | |
download | nextcloud-server-10e945bdaf5f61fa2415301599827c28c4631a7b.tar.gz nextcloud-server-10e945bdaf5f61fa2415301599827c28c4631a7b.zip |
Don't log parameters on user creation in case of error/exception
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r-- | lib/private/Log.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/private/Log.php b/lib/private/Log.php index 7fcfef67083..c3de0bac80a 100644 --- a/lib/private/Log.php +++ b/lib/private/Log.php @@ -80,6 +80,9 @@ class Log implements ILogger { '\{closure\}', 'createSessionToken', + // Provisioning + 'addUser', + // TokenProvider 'getToken', 'isTokenPassword', |