Browse Source
Don't log parameters on user creation in case of error/exception
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/13473/head
Joas Schilling
7 years ago
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with
3 additions and
0 deletions
-
lib/private/Log/ExceptionSerializer.php
|
|
@ -37,6 +37,9 @@ class ExceptionSerializer { |
|
|
|
'{closure}', |
|
|
|
'createSessionToken', |
|
|
|
|
|
|
|
// Provisioning
|
|
|
|
'addUser', |
|
|
|
|
|
|
|
// TokenProvider
|
|
|
|
'getToken', |
|
|
|
'isTokenPassword', |
|
|
|