Activities of "maliming"

hi

The microservices project is already built in the LanguageManagement module. You can check the localization text on the language texts page.

https://docs.abp.io/en/commercial/latest/modules/language-management#language-texts

hi

We use ASP NET Core Identity, which uses the HMACSHA512.

https://github.com/dotnet/aspnetcore/blob/release/7.0/src/Identity/Extensions.Core/src/PasswordHasher.cs#L141

hi

You need to upgrade all abp packages to the same version.

hi

I guess this will work when you click the Remember me

There must be error logs on your AuthServer website. Please share it. Thanks

liming.ma@volosoft.com

hi

You can download the source code of Identity Pro and then customize the logic.

hi

Refunded.

hi

Please change the log level to Debug and resend the logs. Thanks.

    public async static Task<int> Main(string[] args)
    {
        Log.Logger = new LoggerConfiguration()
            .MinimumLevel.Debug()
            .MinimumLevel.Override("Microsoft", LogEventLevel.Information)
            .MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning)
            .Enrich.FromLogContext()
            .WriteTo.Async(c => c.File("Logs/logs.txt"))
            .WriteTo.Async(c => c.Console())
            .CreateLogger();

hi

Currently, our angular FE loads localization strings from json files, served by our auth service, one file per locale.

Please explain this in detail. Im not understand it very well.

https://docs.abp.io/en/commercial/latest/modules/language-management

hi

You can try to using 2.2.2 of Leptonx

Showing 6711 to 6720 of 11529 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.