Activities of "maliming"

You can also try to override the HangfireBackgroundWorkerManager

https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.BackgroundWorkers.Hangfire/Volo/Abp/BackgroundWorkers/Hangfire/HangfireBackgroundWorkerManager.cs#L18

Just remove the Queue from RecurringJob.AddOrUpdate

Thanks.

https://github.com/arnoldasgudas/Hangfire.MySqlStorage doesn't support the latest Hangfire >=1.8.0

see https://github.com/HangfireIO/Hangfire/issues/2319#issuecomment-1933619870

hi

What is your abp package version?

Great 👍

hi

Blazor UI: Customization / Overriding Components

This document explains how to override the user interface of a depended application module or theme for Blazor applications.

https://abp.io/docs/latest/framework/ui/blazor/customization-overriding-components

hi

You can reply here: https://abp.io/support/questions/10098/How-to-change-the-UI-for-user-management

Current question credit refunded.

Thanks.

hi

add setting to change the SignOut Time

You can change the time on the account -> Idle session timeout page.

add localization key to the Modal message.

The Key of AccountResource are:

"YourSessionIsAboutToExpire": "Your session is about to expire",
"YourSessionIsAboutToExpireInfo": "For security reasons, your connection times out after you've been inactive for a while. Do you want to stay signed in?",
"IdleSignOutNow": "Sign out now",
"IdleStaySignedIn": "Stay signed in",

Thanks.

hi

Can you share a new template project with your code?

liming.ma@volosoft.com

Thanks.

hi

I will ask our angular team.

Thanks.

hi

What is your abp version?

Can you try to override the RegisterModel?

[Dependency(ReplaceServices = true)]
[ExposeServices(typeof(RegisterModel), typeof(MyRegisterModel))]
public class MyRegisterModel : RegisterModel
{
    public MyRegisterModel(
        IAuthenticationSchemeProvider schemeProvider,
        IOptions<AbpAccountOptions> accountOptions,
        IAccountExternalProviderAppService accountExternalProviderAppService,
        ICurrentPrincipalAccessor currentPrincipalAccessor,
        IHttpClientFactory httpClientFactory)
        : base(schemeProvider, accountOptions, accountExternalProviderAppService, currentPrincipalAccessor, httpClientFactory)
    {
    }

    public override async Task<IActionResult> OnPostAsync()
    {
        await IdentityOptions.SetAsync();
        return await base.OnPostAsync();
    }
}

Thanks.

Showing 901 to 910 of 12031 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 February 26, 2026, 13:35
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.