I was testing WsFederation service.
Every thing works well as expected. But if we disable the user activation up on sign up. Once successfully registered. If the user tries to relogin before activating the account. Instead of the application throwing a message that account is still inactive it throws an exception "An unhandled exception occurred while processing the request. UserFriendlyException: Login failed! " at 711.
Not sure if this expected or if you were planning a message with account still inactive message. :?:
If this a bug i can report it on Git hub let me know.
default: throw _abpLoginResultTypeHelper.CreateExceptionForFailedLoginAttempt( loginResult.Result, externalLoginInfo.Principal.FindFirstValue(ClaimTypes.Email) ?? externalLoginInfo.ProviderKey, tenancyName ); }