Umbraco 13 is Confirm Password Required in RegisterModel?
j
Hi - I am setting up a HandleRegisterMember in my AccountController for when a user Registers as a member via the frontend of the site. Can you confirm if "Confirm Password" is a required field in the registration process? It doesn't look like in the RegisterModel but the ModelState is always invalid if this is not present in the data passed to the Controller.
h
Yes I believe so, it's required because the two must match
j
Great - thanks
m
6 Views