Logging in to the strapi app with any user other than the admin

System Information
  • Strapi Version: v4
  • Operating System: macOS monterey
  • Database: SQLite
  • Node Version: v17.8.0
  • NPM Version: 8.5.5
  • Yarn Version: N/A using homebrew

I have an app with multiple users, when I start the app, it prompts me to a page where I have to give my login credentials (those are the super-admin credentials), I wanted to know if we can login to the strapi app with normal user credentials (users who are not admin/superadmins)?

Thanks!