36 references to LoggerEventIds
Microsoft.AspNetCore.Identity.UI (36)
Areas\Identity\Pages\V4\Account\ExternalLogin.cshtml.cs (2)
146_logger.LogInformation(LoggerEventIds.UserLoggedInByExternalProvider, "User logged in with {LoginProvider} provider.", info.LoginProvider); 196_logger.LogInformation(LoggerEventIds.UserCreatedByExternalProvider, "User created an account using {Name} provider.", info.LoginProvider);
Areas\Identity\Pages\V4\Account\Login.cshtml.cs (2)
133_logger.LogInformation(LoggerEventIds.UserLogin, "User logged in."); 142_logger.LogWarning(LoggerEventIds.UserLockout, "User account locked out.");
Areas\Identity\Pages\V4\Account\LoginWith2fa.cshtml.cs (3)
132_logger.LogInformation(LoggerEventIds.UserLoginWith2FA, "User logged in with 2fa."); 137_logger.LogWarning(LoggerEventIds.UserLockout, "User account locked out."); 142_logger.LogWarning(LoggerEventIds.InvalidAuthenticatorCode, "Invalid authenticator code entered.");
Areas\Identity\Pages\V4\Account\LoginWithRecoveryCode.cshtml.cs (2)
115_logger.LogInformation(LoggerEventIds.UserLoginWithRecoveryCode, "User logged in with a recovery code."); 125_logger.LogWarning(LoggerEventIds.InvalidRecoveryCode, "Invalid recovery code entered.");
Areas\Identity\Pages\V4\Account\Logout.cshtml.cs (1)
48_logger.LogInformation(LoggerEventIds.UserLoggedOut, "User logged out.");
Areas\Identity\Pages\V4\Account\Manage\ChangePassword.cshtml.cs (1)
137_logger.LogInformation(LoggerEventIds.PasswordChanged, "User changed their password successfully.");
Areas\Identity\Pages\V4\Account\Manage\DeletePersonalData.cshtml.cs (1)
114_logger.LogInformation(LoggerEventIds.UserDeleted, "User deleted themselves.");
Areas\Identity\Pages\V4\Account\Manage\Disable2fa.cshtml.cs (1)
80_logger.LogInformation(LoggerEventIds.TwoFADisabled, "User has disabled 2fa.");
Areas\Identity\Pages\V4\Account\Manage\DownloadPersonalData.cshtml.cs (1)
58_logger.LogInformation(LoggerEventIds.PersonalDataRequested, "User asked for their personal data.");
Areas\Identity\Pages\V4\Account\Manage\EnableAuthenticator.cshtml.cs (1)
145_logger.LogInformation(LoggerEventIds.TwoFAEnabled, "User has enabled 2FA with an authenticator app.");
Areas\Identity\Pages\V4\Account\Manage\GenerateRecoveryCodes.cshtml.cs (1)
92_logger.LogInformation(LoggerEventIds.TwoFARecoveryGenerated, "User has generated new 2FA recovery codes.");
Areas\Identity\Pages\V4\Account\Manage\ResetAuthenticator.cshtml.cs (1)
75_logger.LogInformation(LoggerEventIds.AuthenticationAppKeyReset, "User has reset their authentication app key.");
Areas\Identity\Pages\V4\Account\Register.cshtml.cs (1)
137_logger.LogInformation(LoggerEventIds.UserCreated, "User created a new account with password.");
Areas\Identity\Pages\V5\Account\ExternalLogin.cshtml.cs (2)
146_logger.LogInformation(LoggerEventIds.UserLoggedInByExternalProvider, "User logged in with {LoginProvider} provider.", info.LoginProvider); 196_logger.LogInformation(LoggerEventIds.UserCreatedByExternalProvider, "User created an account using {Name} provider.", info.LoginProvider);
Areas\Identity\Pages\V5\Account\Login.cshtml.cs (2)
133_logger.LogInformation(LoggerEventIds.UserLogin, "User logged in."); 142_logger.LogWarning(LoggerEventIds.UserLockout, "User account locked out.");
Areas\Identity\Pages\V5\Account\LoginWith2fa.cshtml.cs (3)
132_logger.LogInformation(LoggerEventIds.UserLoginWith2FA, "User logged in with 2fa."); 137_logger.LogWarning(LoggerEventIds.UserLockout, "User account locked out."); 142_logger.LogWarning(LoggerEventIds.InvalidAuthenticatorCode, "Invalid authenticator code entered.");
Areas\Identity\Pages\V5\Account\LoginWithRecoveryCode.cshtml.cs (2)
115_logger.LogInformation(LoggerEventIds.UserLoginWithRecoveryCode, "User logged in with a recovery code."); 125_logger.LogWarning(LoggerEventIds.InvalidRecoveryCode, "Invalid recovery code entered.");
Areas\Identity\Pages\V5\Account\Logout.cshtml.cs (1)
48_logger.LogInformation(LoggerEventIds.UserLoggedOut, "User logged out.");
Areas\Identity\Pages\V5\Account\Manage\ChangePassword.cshtml.cs (1)
137_logger.LogInformation(LoggerEventIds.PasswordChanged, "User changed their password successfully.");
Areas\Identity\Pages\V5\Account\Manage\DeletePersonalData.cshtml.cs (1)
114_logger.LogInformation(LoggerEventIds.UserDeleted, "User deleted themselves.");
Areas\Identity\Pages\V5\Account\Manage\Disable2fa.cshtml.cs (1)
80_logger.LogInformation(LoggerEventIds.TwoFADisabled, "User has disabled 2fa.");
Areas\Identity\Pages\V5\Account\Manage\DownloadPersonalData.cshtml.cs (1)
58_logger.LogInformation(LoggerEventIds.PersonalDataRequested, "User asked for their personal data.");
Areas\Identity\Pages\V5\Account\Manage\EnableAuthenticator.cshtml.cs (1)
145_logger.LogInformation(LoggerEventIds.TwoFAEnabled, "User has enabled 2FA with an authenticator app.");
Areas\Identity\Pages\V5\Account\Manage\GenerateRecoveryCodes.cshtml.cs (1)
92_logger.LogInformation(LoggerEventIds.TwoFARecoveryGenerated, "User has generated new 2FA recovery codes.");
Areas\Identity\Pages\V5\Account\Manage\ResetAuthenticator.cshtml.cs (1)
75_logger.LogInformation(LoggerEventIds.AuthenticationAppKeyReset, "User has reset their authentication app key.");
Areas\Identity\Pages\V5\Account\Register.cshtml.cs (1)
137_logger.LogInformation(LoggerEventIds.UserCreated, "User created a new account with password.");