0
shobhit created
- ABP Framework version: v4.2.2
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
- Exception message and stack trace:
- Steps to reproduce the issue:"
- Current process
- go to app
- navigate to identity page
- select tenant
- enter username/ email
- enter password
- login done
- New expected process
- go to app
- navigate to identity page
- enter username/email
- if username/email matches then populate all tenant. user can select the desired tenant from the list.
- if username/email don't match then user can search the tenant. (current way)
- enter password
- login done
Is it feasible to get done option 2. If yes, then how we can achieve this.
5 Answer(s)
-
0
hi
You can switch to the Host side, then query all tenants, and then switch to the tenant side to try to match the email/username
https://docs.abp.io/en/abp/latest/Multi-Tenancy#change-the-current-tenant
-
0
Hello Maliming, Thanks. Can you also guide me where i have to make these changes i.e. project and file.
-
0
hi
Mainly the account module, because there may be many changes, I suggest you download the source code of the module.
-
0
Hello maliming, As i am not the expert in ABP features. can you help me out with sample where i have to make changes.
-
0
We provide the source code of the module, you can check it first
please feedback if you have any problems.