mirror of
https://github.com/strapi/strapi.git
synced 2025-11-11 15:49:50 +00:00
update blacklist with all system fields
This commit is contained in:
parent
95c7a865b5
commit
52f5b7a16e
@ -280,6 +280,11 @@ module.exports = {
|
|||||||
'confirmationToken',
|
'confirmationToken',
|
||||||
'resetPasswordToken',
|
'resetPasswordToken',
|
||||||
'provider',
|
'provider',
|
||||||
|
'id',
|
||||||
|
'createdAt',
|
||||||
|
'updatedAt',
|
||||||
|
'createdBy',
|
||||||
|
'updatedBy',
|
||||||
]),
|
]),
|
||||||
provider: 'local',
|
provider: 'local',
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user