Activities of "maliming"

hi

You can inject your app services, repository, or any services into TodayViewComponent. then query the database by them.

[Widget]
[ViewComponent(Name = "CmsToday")]
public class TodayViewComponent : AbpViewComponent
{
    private readonly IDashboardAppService _dashboardAppService;

    public TodayViewComponent(IDashboardAppService dashboardAppService)
    {
        _dashboardAppService = dashboardAppService;
    }

    public IViewComponentResult Invoke()
    {
        return View("~/ViewComponents/Today.cshtml",
         new TodayViewComponent());
    }
} 

Thanks.

hi

Add this line in the MyAccountProfileManagementPageContributor

context.Groups.RemoveAll(x => x.Id == "Volo-Abp-Account-TwoFactor");

hi

Hi, can you please help me with disabling error message "You have to enable at least one two factor provider to enable two factor!" which appears when user enables 2FA in /Accounts/Manage page without verifying email or phone, here is the screenshot:

You can add a valid authenticator, then enable 2FA.

Thanks.

hi

Please send an email to info@abp.io

Thanks.

hi

You can fix the test with the following code. I will also fix it in the next 9.3 patch version.

Thanks.

hi

Can you share the full Response Headers?


Or you just share a template project, and I will check it locally.

liming.ma@volosoft.com

Thanks

Great

Answer

hi

Once you can reproduce the problem locally, feel free to share it, I will fix it immediately

Thanks.

hi

The FAQ page will be available in ABP 10.0.

You can now use an MVC page to manage it.

Thanks.

hi

The logs level still [INF] instad of [DBG]

See

Showing 101 to 110 of 10697 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.0.0-preview. Updated on September 16, 2025, 10:35