I am referencing these docs: https://abp.io/docs/latest/framework/data/entity-framework-core#controlling-the-multi-tenancy
I would like to ensure that some entities always uses the host connection string, even if I am in a tenant context.
Based on the documentation, this can be done on the DbContext level, where all DbSet<Entity> defined in that context will be only using the host connection string.
Question is if there is a way to define this [IgnoreMultiTenancy] flag on the Entity level. I saw that there is a check here:
however i tried adding [IgnoreMultiTenancy] to the Entity but it doens't seem to work e.g. 
Is there something I am missing? Thanks
Hi Team,
I am using Angular but customizing the login pages on MVC.
How can i customize these components:
ok thank you
Thank you very much. Managed to get the customized login page up and running, however where can i find the layout page?
I cannot seem to remove my app name and language switcher although i can change the logo.
I understand that i need to add and edit a layout file somewhere but it is not in the downloaded source code (abp get-source Volo.Abp.Account.Pro)
Hi,
This is free version source code,
you can download account pro module source code:
abp get-source Volo.Abp.Account.Pro
can you point me to the correct documentation? thank you.
which do i install? https://abp.io/packages
I am looking for the login page.
Hi Team,
I followed instructions here to replace the login page (https://abp.io/docs/latest/framework/ui/mvc-razor-pages/customization-user-interface?_redirected=B8ABF606AA1BDF5C629883DF1061649A)
copied the source code from here as instructed by abp support -> https://github.com/abpframework/abp/blob/dev/modules/account/src/Volo.Abp.Account.Web/Pages/Account/Login.cshtml#L61C11-L61C141
but am faced with these few errors:

Please help.
Hello,
For Identity management it has all 3 UIs i.e. MVC , Angular and Blazor . please check https://abp.io/docs/latest/modules/identity#user-interface
Thanks,
Sorry let me correct myself, i am actually on the Business license that says its includes "full source code of pro application modules"
Just to summarize our above conversation, to edit or replace the UI source code of the pre-built pages, i can only
also, if i have already set up my project in angular, can i still use method 2 of the above?
For the identity module i also don't see the UI source code in my angular project, does it mean that similiar to the login page, i need to copy and paste the code from here? https://github.com/abpframework/abp/tree/dev/modules/identity/src/Volo.Abp.Identity.Web
Thank you.
Hello,
ABP contains a separate Authserver which is why it uses the basic model for authentication (MVC).
For customizing the login page please refer to https://academy.hiretechteam.com/blog/createCustomLoginPageAbp/ or check a similar issue https://github.com/abpframework/abp/issues/15186.
We value your feedback, and we are constantly working on improving the framework.
Thanks
ok thank you for confirming this.
How about the other pages like Identity management? also MVC? or they are available in angular code?
Hello,
please check here https://github.com/abpframework/abp/blob/dev/modules/account/src/Volo.Abp.Account.Web/Pages/Account/Login.cshtml#L61C11-L61C141 Please let me know what you want to achieve so I can better help you.
Thanks
ok, so these pages are in ASP.NET Core Razor Pages, which are technically NOT angular right?
When we bought ABP and saw that it has angular support , we are under the impression that all front end source will be in angular. But this turns out to be false.
We will now need to edit the pre built pages on .NET and build custom pages on angular.
This is a bad design, because if we need to change the button colours for our applciation, we will need to edit both the .NET and the angular source code. this is inefficient.
Do your other Angular clients have this issue?
Thank you.
Hello,
As you can see in screenshot these are present at backend, please check csproj files
and also present at angular side, please check package.json file
Thanks
Thank you, this is helpful, however i cant find where the components are.
Are you able to maybe show me where in the code this Login Button is?