Name | Description | |
---|---|---|
MerchantPasswordPolicy Constructor |
The following tables list the members exposed by MerchantPasswordPolicy.
Name | Description | |
---|---|---|
MerchantPasswordPolicy Constructor |
Name | Description | |
---|---|---|
Google2FASecretKey | Gets or sets Google 2 Factore Authenticator Secret Key | |
HistoryCount | Overridden. Gets or sets the number of passwords to keep in history. | |
HistoryDays | Overridden. Gets or sets the number of days a password is kept in history. | |
ImageCaptcha | Overridden. Gets or sets a value indicating whether to use image captcha for login verification. | |
InactivePeriod | Overridden. Gets or sets the number of months of inactivity after which an account will be deactivated. | |
LockoutPeriod | Overridden. Gets or sets the lockout period after the maximum number of login attempts is reached. | |
MaxAge | Overridden. Gets or sets the maximum age of a password. | |
MaxAttempts | Overridden. Gets or sets the maximum number of login attempts before the account is locked. | |
MinLength | Overridden. Gets or sets the minimum password length. | |
PasswordFormat | Gets or sets the password format. (Inherited from CommerceBuilder.Users.PasswordPolicy) | |
RequireLower | Overridden. Gets or sets a value indicating whether a lower case letter is required in the password. | |
RequireNonAlpha | Overridden. Gets or sets a value indicating whether a non alphabetic character is required in the password. | |
RequireNumber | Overridden. Gets or sets a value indicating whether a number is required in the password. | |
RequireSymbol | Overridden. Gets or sets a value indicating whether a special character is required in the password. | |
RequireUpper | Overridden. Gets or sets a value indicating whether an upper case letter is required in the password. | |
TwoFactorAuthenticationEnabled | Gets or sets a value indicating whether Two Factore Authentication is enabled or disabled |
Name | Description | |
---|---|---|
StoreSettings | Gets the store settings. (Inherited from CommerceBuilder.Users.PasswordPolicy) |
Name | Description | |
---|---|---|
IsPasswordExpired | Is password expired for the given user? (Inherited from CommerceBuilder.Users.PasswordPolicy) | |
Save | Persists the password policy to the database. (Inherited from CommerceBuilder.Users.PasswordPolicy) | |
TestPassword | Tests a password to see if it conforms with the rules established by the policy. (Inherited from CommerceBuilder.Users.PasswordPolicy) | |
TestPasswordWithFeedback | Overloaded. Tests a user new password to see if it conforms with the rules established by the policy. (Inherited from CommerceBuilder.Users.PasswordPolicy) |
Name | Description | |
---|---|---|
ToQueryString | Overloaded. Use this method to bulid query string from NameValueCollection |