Base solution for your next web application
Open Closed

Signing in to the system without tenancy name on login screen. #10504


User avatar
0
shridhar.mole created

Instead of having tenancy name on the login screen, would it be posssible to fetch the attached tenants with the username on next screen for selection We are working with single database.

  • Product version is 10.3.
  • Product type is Angular.
  • Product framework type is .net core.
  • Currently using the default theme.

1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @shridhar.mole

    Yes, this is possible. But, you need to pass the information entered on the login screen to the next screen. You can use AbpUserAccounts table to query Tenant's of a given username. AbpUserAccounts is a combination of all user records in the entire application.