hi
You can change the current and query all the entities of the tenant and create new for new tenant.
https://docs.abp.io/en/abp/latest/Multi-Tenancy#change-the-current-tenant
ok. Can you share your project?
liming.ma@volosoft.com
hi
You can download this project to test.
https://github.com/abpframework/abp-samples/tree/master/Authentication-Customization https://github.com/abpframework/abp-samples/tree/master/Authentication-Customization/src/Acme.BookStore.Web/Pages/Account
hi
https://support.abp.io/QA/Questions/160/How-to-customize-an-ABP-project
https://community.abp.io/posts/how-to-customize-the-login-page-for-mvc-razor-page-applications-9a40f3cd https://gist.github.com/ebicoglu/ce0f0425bab806d0ee1a87d0073af96b
hi
You have to override the code from Volo.Abp.Account.Public.Web.Pages.Account.LoginModel
Volo.Abp.Account.Pro.Public.Web/Pages/Account/Login.cshtml
Volo.Abp.Account.Pro.Public.Web/Pages/Account/Login.cshtml.cs
Because the LoginModel
handles the login request.
Volo.Abp.Account.Pro.Public.Web/Pages/Account/Login.cshtml
Volo.Abp.Account.Pro.Public.Web/Pages/Account/Login.cshtml.cs
hi
The application will not call the myaccountcontroller
during login.
hi
We use page
to handle the login request instead of controller
.
Volo.Abp.Account.Pro.Public.Web/Pages/Account/Login.cshtml
Volo.Abp.Account.Pro.Public.Web/Pages/Account/Login.cshtml.cs
hi
I want to clone tenant
You can get the target tenant info and create a new one.
if this is not your want please explain it in detail.
hi
You can add your custom localization. or add ro.json
to Blazorise
https://blazorise.com/docs/helpers/localization https://github.com/Megabit/Blazorise/tree/master/Source/Extensions/Blazorise.DataGrid/Resources/Localization/DataGrid