Comment 2 for bug 507978

Revision history for this message
Mardo Del Cid (mardodcp) wrote :

In the coment above i ment to add the "passwordConfirmation" field like this:

@Required
@Password
@Equals("passwordConfirmation")
public String password; //<<--- forgot to add this line ^^