mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Merge pull request #13479 from nextcloud/backport/13473/stable15
[stable15] Don't log parameters on user creation in case of error/exception
This commit is contained in:
commit
42aa1cdbf3
2 changed files with 4 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ class UsersController extends AUserData {
|
|||
* @param string $displayName
|
||||
* @param string $email
|
||||
* @param array $groups
|
||||
* @param array $subadmins
|
||||
* @param array $subadmin
|
||||
* @param string $quota
|
||||
* @param string $language
|
||||
* @return DataResponse
|
||||
|
|
|
|||
|
|
@ -37,6 +37,9 @@ class ExceptionSerializer {
|
|||
'{closure}',
|
||||
'createSessionToken',
|
||||
|
||||
// Provisioning
|
||||
'addUser',
|
||||
|
||||
// TokenProvider
|
||||
'getToken',
|
||||
'isTokenPassword',
|
||||
|
|
|
|||
Loading…
Reference in a new issue