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


Version
MerchantPasswordPolicy Class Properties

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

Public Properties
 NameDescription
Public Property Gets or sets Google 2 Factore Authenticator Secret Key  
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.  
Public Property Gets or sets a value indicating whether Two Factore Authentication is enabled or disabled  
Top
Protected Properties
 NameDescription
Protected Property Gets the store settings. (Inherited from CommerceBuilder.Users.PasswordPolicy)
Top
See Also