Enum UserForgotPasswordResultType
- Namespace
- Dynamicweb.Users.Frontend.UserForgotPassword
- Assembly
- Dynamicweb.Users.dll
Determines the message returned to the user.
public enum UserForgotPasswordResultType
Fields
InvalidPasswordComplexity = 5The password provided does not meet the complexity requirements.
InvalidPasswordLength = 4The length of the password is invalid.
MismatchedPasswords = 3New and Confirm Passwords do not match.
MissingValue = 1Neither email address or username have been provided. One is required.
MustContainNumbersAndCharacters = 6The password must contain both numbers and letters.
None = 0None
PasswordMissingCharacterVariety = 7The passowrd must contain uppercase, lowercase, numbers and special characters.
PasswordNotDifferent = 2New password is equal to the old password. They must be different.
RecoveryTokenExpired = 8The password recovery token has expired.
Success = 10Password has been changed successfully.
ViolatingReuseRules = 9The password reuse rules are not met