Activities of "maliming"

hi

You need use the Volo.Abp.Identity.IdentityUser as TUser.

public override void PreConfigureServices(ServiceConfigurationContext context)
{
    context.Services.PreConfigure<IdentityBuilder>(options =>
    {
        options.Services.Replace(ServiceDescriptor
            .Scoped<IPasswordHasher<Volo.Abp.Identity.IdentityUser>,
                Md5PasswordHasher<Volo.Abp.Identity.IdentityUser>>());
    });
}

hi @vnetonline

Can you try to clear the browser cookies?

My working hours are 9:00-18:00 UTC+8, You can leave message when you are free.

OK. 02:00PM GMT+8 is ok.

hi

Can I check your souce code remotely?

You can upgrade the CLI then re-try.

dotnet tool update -g Volo.Abp.Cli

I tried the abp get-source Volo.Identityserver.Ui command, It works.

hi nhontran

How to repro this problem?

hi @cbogner85

I have shared the razor page source code with you via email.

hi

It may be that different environments use wrong appsettings.json.

Answer

hi @thanhvl1@fsoft.com.vn

Can you create a project that reproduce the problem?

You can send it to me. liming.ma@volosoft.com

Showing 7451 to 7460 of 7733 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30