Activities of "maliming"

hi

I can't build your solution.

Can you share a simple project?

Thanks.

These projects can't be found.

<ProjectReference Include="../../../../Modules/Cns.Modules.Docusign/src/Cns.Modules.Docusign.Blazor/Cns.Modules.Docusign.Blazor.csproj" />


<ProjectReference Include="../../../../Modules/Cns.Modules.Docusign/src/Cns.Modules.Docusign.Blazor.Server/Cns.Modules.Docusign.Blazor.Server.csproj" />

hi

https://github.com/abpframework/abp/issues/10662#issuecomment-972765041

hi

You should use the async method.

hi

Is the 4f94a18a-985a-4682-8055-3a159cbc3e4b user confirmed his email?

Can you check it in the database?

hi

Please download the files from https://we.tl/t-8dhrAZORft

then copy them to blazor and blaozr.client to override the MobileNavbar

hi

no errors were found in the user data check.

You can check the Identity settings.

how to debug "SignInManager.PasswordSignInAsync" fun

This will be difficult. Can you share the steps to reproduce this in a new template project?

hi

I have checked your logs.

The SignInManager.PasswordSignInAsync return IsNotAllowed.

Can you check the user data(EmailConfirmed and PhoneNumberConfirmed) ?


Or can you share the steps to reproduce this in a new template project?

Thanks.

hi

I have confirmed. This feature will be available in abp 9.0

Awesome! 👍

hi

I think it is case-sensitive. You can try to override the StripePaymentGateway to make it case-insensitive.

typeof(StripePaymentGateway)

public override void ConfigureServices(ServiceConfigurationContext context)
{
    Configure<PaymentOptions>(options =>
    {
        options.Gateways.Add(
            new PaymentGatewayConfiguration(
                StripeConsts.GatewayName,
                new FixedLocalizableString("Stripe"),
                isSubscriptionSupported: true,
                typeof(StripePaymentGateway)
            )
        );
    });
}

We will fix it in the next version.

Thanks.

Showing 3321 to 3330 of 11539 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.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.