Don't log parameters on user creation in case of error/exception

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2019-01-10 10:46:58 +01:00
parent 0e439581b6
commit d8e041a5a2
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,9 @@ class ExceptionSerializer {
'{closure}',
'createSessionToken',
// Provisioning
'addUser',
// TokenProvider
'getToken',
'isTokenPassword',