AuthenticationHelperMaximumInvalidPasswordAttemps Method |
Gets limit of invalid password attempts before user account is locked
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax public static int MaximumInvalidPasswordAttemps(
string siteName
)
Parameters
- siteName
- Type: SystemString
Site name for which the check is made
Return Value
Type:
Int32See Also