4 references to UserLockout
Microsoft.AspNetCore.Identity.UI (4)
Areas\Identity\Pages\V4\Account\Login.cshtml.cs (1)
142
_logger.LogWarning(LoggerEventIds.
UserLockout
, "User account locked out.");
Areas\Identity\Pages\V4\Account\LoginWith2fa.cshtml.cs (1)
137
_logger.LogWarning(LoggerEventIds.
UserLockout
, "User account locked out.");
Areas\Identity\Pages\V5\Account\Login.cshtml.cs (1)
142
_logger.LogWarning(LoggerEventIds.
UserLockout
, "User account locked out.");
Areas\Identity\Pages\V5\Account\LoginWith2fa.cshtml.cs (1)
137
_logger.LogWarning(LoggerEventIds.
UserLockout
, "User account locked out.");