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.");