Enum UserCreateResultType
- Namespace
- Dynamicweb.Users.Frontend.UserCreate
- Assembly
- Dynamicweb.Users.dll
Represents the possible result types when creating a user.
public enum UserCreateResultType
Fields
EmailAlreadyExists = 1The email already exists.
InvalidCustomerNumber = 8The customer number provided is invalid.
InvalidEmail = 2The email provided is invalid.
InvalidPasswordComplexity = 3The password does not meet the required complexity.
InvalidPasswordLength = 4The password length is invalid.
MismatchedPasswords = 5The passwords provided do not match.
None = 0No specific result.
UserNameAlreadyExists = 6The username already exists.
UserNameIsEmpty = 7The username is empty.