Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / CustomerPasswordPolicy Class


In This Topic
    CustomerPasswordPolicy Class Properties
    In This Topic

    For a list of all members of this type, see CustomerPasswordPolicy members.

    Public Properties
     NameDescription
    Public PropertyOverridden.  Gets or sets the number of passwords to keep in history.  
    Public PropertyOverridden.  Gets or sets the number of days a password is kept in history.  
    Public PropertyOverridden.  Gets or sets a value indicating whether to use image captcha for login verification.  
    Public PropertyOverridden.  Gets or sets the number of months of inactivity after which an account will be deactivated.  
    Public PropertyOverridden.  Gets or sets the lockout period after the maximum number of login attempts is reached.  
    Public PropertyOverridden.  Gets or sets the maximum age of a password.  
    Public PropertyOverridden.  Gets or sets the maximum number of login attempts before the account is locked.  
    Public PropertyOverridden.  Gets or sets the minimum password length.  
    Public Property Gets or sets the password format. (Inherited from CommerceBuilder.Users.PasswordPolicy)
    Public PropertyOverridden.  Gets or sets a value indicating whether a lower case letter is required in the password.  
    Public PropertyOverridden.  Gets or sets a value indicating whether a non alphabetic character is required in the password.  
    Public PropertyOverridden.  Gets or sets a value indicating whether a number is required in the password.  
    Public PropertyOverridden.  Gets or sets a value indicating whether a special character is required in the password.  
    Public PropertyOverridden.  Gets or sets a value indicating whether an upper case letter is required in the password.  
    Top
    Protected Properties
     NameDescription
    Protected Property Gets the store settings. (Inherited from CommerceBuilder.Users.PasswordPolicy)
    Top
    See Also