mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 02:00:51 -04:00
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:
parent
529e535d81
commit
96dab990e7
1 changed files with 3 additions and 0 deletions
|
|
@ -37,6 +37,9 @@ class ExceptionSerializer {
|
|||
'{closure}',
|
||||
'createSessionToken',
|
||||
|
||||
// Provisioning
|
||||
'addUser',
|
||||
|
||||
// TokenProvider
|
||||
'getToken',
|
||||
'isTokenPassword',
|
||||
|
|
|
|||
Loading…
Reference in a new issue