PasswordRuleValidationOpts Enumeration |
Namespace: NetQuarry
Member name | Value | Description | |
---|---|---|---|
AllowNullPassword | 1 | Unless this option is specified, a null/empty password will fail validation. | |
DoNotThrow | 2 | The default behaviour of the ValidatePasswordRules command is to throw an exception if validation fails. Specify this option to have the command return any error message string instead. | |
IsPasswordChange | 4 | This validation is in response to a user changing their existing password (vs. a new user specifing a password for the first time). Specifying this option may affect the validation error message (NetQuarry.Globalization.IDS.ChangePassword.RuleMsg and IDS_CHGPWD_RULE_MSG). |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.