Add field on user creation?

System Information
  • Strapi Version: v3.6.5
  • Operating System: Mac
  • Database: Mysql
  • Node Version:
  • NPM Version:
  • Yarn Version:

Hi all!

I’m new to Strapi and just managed to implement a login solution using Google as a provider and Next.js as a frontend.

When I create the new user in my database I’d like to inject some additional info to my user model? Can this be done somehow by the strapi backend?

What I’d like to do is to add a gravatar link to my user model upon creation. I.e. take the hash value for the email that google provides and store it in an avatar field in the user model.


@Joel_Sanden hey, I’m facing the very same problem but with Strapi v4(How populate data from social profile (Google, Facebook etc.) into user) and I use the same tech stack. Did you manage to populate those data?