Enum RecoverPasswordResultType
- Namespace
- Dynamicweb.Users.Frontend.RecoverPasswordModule
- Assembly
- Dynamicweb.Users.dll
Determines the message returned to the user.
public enum RecoverPasswordResultType
Fields
InvalidPasswordComplexity = 5
The password provided does not meet the complexity requirements.
InvalidPasswordLength = 4
The length of the password is invalid.
MismatchedPasswords = 3
New and Confirm Passwords do not match.
MissingValue = 1
Neither email address or username have been provided. One is required.
None = 0
None
Success = 6
Password has been changed successfully.
UserNotFound = 2
Unable to find user with the email address or username provided.