Fixing double hashing issue (core entity-service transform)

This commit is contained in:
thomas-br 2022-01-23 14:02:12 +01:00 committed by GitHub
parent 7624cb2b3d
commit e3e89ef7bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ module.exports = {
configurable: false,
},
password: {
type: 'password',
type: 'string',
minLength: 6,
configurable: false,
private: true,