Activities of "maliming"

ok

hi

Please make your repo Private!

Temporary solution.

context.Services.AddSignalR(options =>
{
    var p = options.GetType().GetProperty("HubFilters", BindingFlags.Default | BindingFlags.Instance | BindingFlags.NonPublic);
    var pp = p.GetValue(options);
    var m = typeof(List<IHubFilter>).GetMethod("Clear");
    m.Invoke(pp, BindingFlags.Default, null, null, null);

    options.AddFilter<AbpHubContextAccessorHubFilter>();
    options.AddFilter<AbpAuthenticationHubFilter>();
    options.AddFilter<AbpAuditHubFilter>();
});

hi

Can you prepare a simpleproject to reproduce the problem? Include steps. Thanks.

liming.ma@volosoft.com

hi

You are right, You need to put it in the project where the account is hosted.

hi

Are you new customer?

new customers : Get the license after the 16th of January 2022.

See https://docs.abp.io/en/commercial/4.4/modules/account/ldap

hi

  • ABP Framework version: vX.X.X

Your project Logs/logs.txt

hi

await UserManager.VerifyTwoFactorTokenAsync(user, provider, code)

hi

https://github.com/abpframework/abp/pull/11861#issuecomment-1062475169

Showing 8391 to 8400 of 10560 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.0.0-preview. Updated on September 04, 2025, 08:36