resolved
Hi
I will check it
Hi,
Can you share the application logs and how we reproduce it?
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
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