Activities of "maliming"

hi

Can you try to upgrade to the latest version? 5.1.3

HI

You should customize the built-in service.

https://docs.abp.io/en/commercial/latest/modules/account/ldap#customize-built-in-services

hi @sanghel

You can try to use the latest version(5.1.3) and set the clock to UTC.


Configure<AbpClockOptions>(options =>
{
    options.Kind = DateTimeKind.Utc;
});

hi @N335378

See https://github.com/abpframework/abp/pull/11371 https://github.com/abpframework/eShopOnAbp/pull/65

hi @sanghel

I will make a sample that timestamp with timezone.

hi

Can you reproduce the issue in the unit test?

hi

The angular has implemented the 2fa with password grand type.

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

hi

Can you share your code to reproduce?

autoSave mean dbContext.SaveChangesAsync

Hi

https://github.com/abpframework/abp/issues/10591#issuecomment-970172284

https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.jsonoptions?view=aspnetcore-6.0

hi

You can use all standard asp net core external authentication method.

https://docs.microsoft.com/en-us/aspnet/core/security/authentication/social/microsoft-logins?view=aspnetcore-6.0

Good news.

Showing 8631 to 8640 of 10585 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 05, 2025, 09:28