Activities of "maliming"

hi

https://zoom.us/j/93525863270?pwd=REFjMC9CL2syTGFYYkJWeTNtV1RNUT09

hi

This is normal because the Login page belongs to the Identity Server website

If you want to change it, you can customize the Login page. https://support.abp.io/QA/Questions/160/How-to-customize-an-ABP-project

hi

I can contionue using abp-button like this.

It seems this is the right way.

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 .

Showing 11161 to 11170 of 12086 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.3.0-preview. Updated on March 02, 2026, 08:48
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.