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


In This Topic
    CustomerPasswordPolicy Class Members
    In This Topic

    The following tables list the members exposed by CustomerPasswordPolicy.

    Public Constructors
     NameDescription
    Public Constructor Initializes a new instance of the CustomerPasswordPolicy class.  
    Top
    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
    Public Methods
     NameDescription
    Public Method Is password expired for the given user? (Inherited from CommerceBuilder.Users.PasswordPolicy)
    Public Method Persists the password policy to the database. (Inherited from CommerceBuilder.Users.PasswordPolicy)
    Public Method Tests a password to see if it conforms with the rules established by the policy. (Inherited from CommerceBuilder.Users.PasswordPolicy)
    Public MethodOverloaded.  Tests a user new password to see if it conforms with the rules established by the policy. (Inherited from CommerceBuilder.Users.PasswordPolicy)
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also