feathersjs-ecosystem / feathers-authentication-management

Adds sign up verification, forgotten password reset, and other capabilities to local feathers-authentication
https://feathers-a-m.netlify.app/
MIT License
246 stars 98 forks source link

Change user model fields #200

Open AshotN opened 1 year ago

AshotN commented 1 year ago

Is it possible for us to change the names of the user model fields that are required https://feathers-a-m.netlify.app/configuration.html#user-model-fields

My database is in snake_case and having a few camelCase in there is a bit out of place