Enum UserChangePasswordResultType
- Namespace
- Dynamicweb.Users.Frontend.UserChangePassword
- Assembly
- Dynamicweb.Users.dll
public enum UserChangePasswordResultType
Fields
InvalidOldPassword = 7The old password provided is not the logged in users password.
InvalidPasswordComplexity = 4The password provided does not meet the complexity requirements.
InvalidPasswordLength = 3The length of the password is invalid.
MismatchedPasswords = 2New and Confirm Passwords do not match.
MissingValue = 1Either new or confirmed password is missing. Both are required.
MustContainNumbersAndCharacters = 5The password must contain both numbers and letters.
None = 0None
PasswordMissingCharacterVariety = 6The password must contain uppercase, lowercase, numbers and special characters.
Success = 9Changing password was a success.
ViolatingReuseRules = 8The password reuse rules are not met