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.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- user
- Type: CMS.Membership UserInfo
User to log invalid password attempt
- siteName
- Type: System String
Site name to check invalid password attempts functionality
- returnUrl (Optional)
- Type: System String
URL using which user can log on to system, after password change
See Also