It seems that the solution is to override the model’s services, only with
create(data) {
return strapi.query('validated-user').create(data)
}
it works
It seems that the solution is to override the model’s services, only with
create(data) {
return strapi.query('validated-user').create(data)
}
it works