2 writes to Logger
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
56
Logger
= logger;
Microsoft.AspNetCore.Identity.Test (1)
SignInManagerTest.cs (1)
111
sm.
Logger
= logger ?? NullLogger<SignInManager<PocoUser>>.Instance;
9 references to Logger
Microsoft.AspNetCore.Identity (9)
SignInManager.cs (9)
140
Logger
.LogDebug(EventIds.UserCannotSignInWithoutConfirmedEmail, "User cannot sign in without a confirmed email.");
145
Logger
.LogDebug(EventIds.UserCannotSignInWithoutConfirmedPhoneNumber, "User cannot sign in without a confirmed phone number.");
150
Logger
.LogDebug(EventIds.UserCannotSignInWithoutConfirmedAccount, "User cannot sign in without a confirmed account.");
167
Logger
.LogError("RefreshSignInAsync prevented because the user is not currently authenticated. Use SignInAsync instead for initial sign in.");
175
Logger
.LogError("RefreshSignInAsync prevented because currently authenticated user has a different UserId. Use SignInAsync instead to change users.");
296
Logger
.LogDebug(EventIds.SecurityStampValidationFailedId4, "Failed to validate a security stamp.");
319
Logger
.LogDebug(EventIds.TwoFactorSecurityStampValidationFailed, "Failed to validate a security stamp.");
415
Logger
.LogDebug(EventIds.InvalidPassword, "User failed to provide the correct password.");
921
Logger
.LogDebug(EventIds.UserLockedOut, "User is currently locked out.");