mirror of
https://github.com/strapi/strapi.git
synced 2025-08-31 12:23:05 +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,
|
configurable: false,
|
||||||
},
|
},
|
||||||
password: {
|
password: {
|
||||||
type: 'password',
|
type: 'string',
|
||||||
minLength: 6,
|
minLength: 6,
|
||||||
configurable: false,
|
configurable: false,
|
||||||
private: true,
|
private: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user