Activities of "maliming"

hi

You can pass the token to Abp Commercial, and log in to the Abp Commercial after verification the token.

hi

Can you share this project with me? liming.ma@volosoft.com

hi

These angular parts are being researched and developed.

Did this setting work for you?

Require confirmed email Whether a confirmed email address is required to sign in.

HI

AntiForgery always checks when a request contains authentication cookies (AspNetCore.Identity.Application)

https://docs.abp.io/en/abp/latest/CSRF-Anti-Forgery

how i can return JSON not HTML if an error happened

The default behavior of cookies authentication scheme:

Return HTML(301) when authentication failed, Return 401 when authentication failed if the current request is ajax.

https://github.com/dotnet/aspnetcore/blob/e755f6017c1be34d25c9381af87f50d1b31abe40/src/Security/Authentication/Cookies/src/CookieAuthenticationEvents.cs#L41-L45 https://github.com/abpframework/abp/pull/9940

But nothing happened. When refreshing browser page, user is still login in system.

Do you mean Angular app still have the state?

hi

have you tried a brand new project?

hi

public override void PreConfigureServices(ServiceConfigurationContext context)
{
    PreConfigure<AbpAspNetCoreMvcOptions>(options =>
    {
        options.EnableRazorRuntimeCompilationOnDevelopment = false;
    });
}

https://github.com/abpframework/abp/pull/10947

You can set it in the constructor. and this is Entity not DTO.

You can add a MyEmailSender service, then copy the code from the EmailSendDemo to send the mail.

context.Services.Replace(ServiceDescriptor.Transient<IEmailSender, MyEmailSender>());

https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Emailing/Volo/Abp/Emailing/NullEmailSender.cs#L13

Showing 9701 to 9710 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.