Can I implement login from other tables like a customer?

System Information
  • Strapi Version:
  • Operating System:
  • Database:
  • Node Version:
  • NPM Version:
  • Yarn Version:

Can I implement login from other tables like a customer?

My system has two user vendors and customers and I want separate login for these two tables

I don’t think it’s actually possible.
Why not having all your users in the same table and then differentiate them with roles ?
You can then prevent vendors from login as customers by overwriting the login mutation.