You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 20, 2018. It is now read-only.
Here https://github.com/aspnet/Identity/blob/dev/src/Microsoft.AspNetCore.Identity/SignInManager.cs#L680
This will help in overriding the
PasswordSiginInAsync
methodhttps://github.com/aspnet/Identity/blob/dev/src/Microsoft.AspNetCore.Identity/SignInManager.cs#L252
. The method
SignInOrTwoFactorAsync
is used only inPasswordSiginInAsync
andExternalLoginSignInAsync
.See discussion here https://github.com/aspnet/Identity/issues/1265 . I am happy to PR for this if this sounds reasonable.
Thanks
The text was updated successfully, but these errors were encountered: