AuthenticationHelper CheckInvalidPasswordAttempts Method Kentico 8.0 API Reference
Check if logging invalid password attempts is enabled and if so, invalid attempt counter is incremented and if user exceeded maximal number of invalid attempts, her account is locked

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

user
Type: CMS.Membership UserInfo
User to log invalid password attempt
siteName
Type: OnlineSystem String
Site name to check invalid password attempts functionality
returnUrl (Optional)
Type: OnlineSystem String
URL using which user can log on to system, after password change
See Also