mirror of
https://github.com/strapi/strapi.git
synced 2025-08-30 03:33:37 +00:00
Fixing double hashing issue (core entity-service transform)
This commit is contained in:
parent
7624cb2b3d
commit
e3e89ef7bd
@ -34,7 +34,7 @@ module.exports = {
|
||||
configurable: false,
|
||||
},
|
||||
password: {
|
||||
type: 'password',
|
||||
type: 'string',
|
||||
minLength: 6,
|
||||
configurable: false,
|
||||
private: true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user