Added code to the AccountController's ValidateRegistration to fix. Also added two unit tests and went ahead and added the data annotation's
to the UserCreateViewModel and the UserEditViewModel as well since if we are accepting email addresses they might as well be valid (well-formed). :-)
--HG--
branch : 1.x
In looking at the membershipSettings class in Orchard the min length setting is 7. I changed the add user (UserCreateViewModel) and the get
started (SetupViewModel) to match the min of 7 by modifying/adding a data annotation.
--HG--
branch : 1.x