Description
Updates account locking data for the specified user in the aspnet_Users and aspnet_Membership tables. Used in conjunction with provider methods that track bad password and bad password-answer attempts.
Parameters
| Name |
Type |
Direction |
| @ApplicationName |
nvarchar |
Input |
| @UserName |
nvarchar |
Input |
| @IsPasswordCorrect |
bit |
Input |
| @UpdateLastLoginActivityDate |
bit |
Input |
| @MaxInvalidPasswordAttempts |
int |
Input |
| @PasswordAttemptWindow |
int |
Input |
| @CurrentTimeUtc |
datetime |
Input |
| @LastLoginDate |
datetime |
Input |
| @LastActivityDate |
datetime |
Input |
ASP.NET 2.0 Provider Database