Activities of "liangshiwei"

resolved

Hi,

I can't reproduce the problem, can I check it remotely? shiwei.liang@volosoft.com

Hi

I will check it

Hi,

Can you share the application logs and how we reproduce it?

Hi,

Did you try :

Configure<AbpDistributedEntityEventOptions>(options =>
{
    options.AutoEventSelectors.AddAll();
});

Hi,

You need remove all nuget packages of account pro module and reference to the source code.

Maybe you have do it but still get error, I can help you remotely. shiwei.liang@volosoft.com

sovled

Hi,

I think you can try throw a UserFriendlyException, see https://docs.abp.io/en/abp/latest/Exception-Handling#user-friendly-exception

Hi,

You can try use the Replace packages with source code feature.

I found an issue when user does first login with external login provider, the security log has logged one record with Action = 'LoginFailed' even I had logged in successfully.

This is expected because of the need to full the email address

Another question, after I completed the registration for new user, the new user has been inserted into AbpUsers table but the flag IsExternal = 0, it should be 1, right?

See https://github.com/abpframework/abp/pull/8983

Showing 5061 to 5070 of 5968 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11