appfuse

confirm password missing on Appfuse with Spring MVC + Spring + Hibernate


All the online demos for Appfuse on appfuse.org, apart from the Spring MVC + Spring + Hibernate version, have a Confirm Password form element on the signup page.

Is there a reason for the Spring MVC + Spring + Hibernate version not having a Confirm Password form element?


Solution

  • I believe we removed it as part of the password recovery feature. Feel free to add it back into your project if you like. The model objects should be the same, so the confirmPassword field should already be there.