Yes, I have downloaded it.
Thanks.
Thanks. I will check your project.
Ok, I will let the question remain open.
Thanks.
hi
If you want to log in with a username or email without selecting a tenant, you need to ensure that the username and email is unique across all tenants and host.
Are you sure you want to do this?
You can add a new page or customize the Register page to create a tenant at the same time during registration, and that's no problem.
The problem is how to identify the current tenant during login.
Thanks.
hi
https://abp.io/docs/latest/framework/fundamentals/dynamic-claims is designed for your current case.
Thanks.
Btw, you can consider using Docker in your unit tests
https://abp.io/community/articles/using-testcontainers-in-abp-unit-test-b67gzpxg
Could you try creating a new template project with Studio? If it reproduces the problem, it will be easy for me to reproduce it on my end.
Your project is too complex, with many runtime environments that need to be addressed, especially with Docker.
Thanks.
hi
These base class properties will be obtained from LazyServiceProvider
Can you also mock and set the LazyServiceProvider of the base class?
Thanks