Activities of "maliming"

You can use Elements panel to check the logo.

Btw, A logo-light.png not found.

HI

Can you check what's the style of your logo? confirm the css is applied.

hi

You can try to change the localization translation of the buttons.

https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/AbpUiResource.cs#L6 https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/en.json#L6-L12

We will do same change in 4.4

https://github.com/abpframework/abp/pull/9510

hi

You can try to rewrite the logic of the page.

abp\lepton-theme\src\Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton\Themes\Lepton\Layouts\Account\Default.cshtml

Change

 @if (MultiTenancyOptions.Value.IsEnabled &&
              (TenantResolveResultAccessor.Result?.AppliedResolvers?.Contains(CookieTenantResolveContributor.ContributorName) == true))
{

}

to

@if (MultiTenancyOptions.Value.IsEnabled &&
                  (TenantResolveResultAccessor.Result?.AppliedResolvers?.Contains(CookieTenantResolveContributor.ContributorName) == true ||
                   TenantResolveResultAccessor.Result?.AppliedResolvers?.Contains(QueryStringTenantResolveContributor.ContributorName) == true))
{

}

hi

It's should be __tenant by default.

https://docs.abp.io/en/abp/latest/Multi-Tenancy#abpaspnetcoremultitenancyoptions

hi

Can you try to rename IAbxUserProfileService to IAbxUserProfileAppService .

hi rick

We will fix this.

hi

We have a demo.

https://github.com/abpframework/abp-samples/tree/master/DomainTenantResolver

hi Ravisha

I will study this situation. and reply to you here. : )

Showing 10641 to 10650 of 11559 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 25, 2025, 06:16
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.