We need to have multiple database connections per organization, one for the client’s users, which is used only for the organization and one for the support users who could connect to any organization.
The issue is, if we create a db connection and add a user in there, the login page returns ‘invalid email or password’, if the user is in the default database connection created with the tenant it works.
What should we do?