What does this line say? (We don't see line numbers in the code you posted here.) What happens if you change save to save! near here, so that any errors are flagged immediately? An invalid record will not save, so what are the errors on that object?
Solution
--------
Because of the hashing of my password, it validated the wrong length.
Now I made sure that my validation was performed before I hashed my
password.
NEW PROBLEM (damn it's still tricky for me)
-------------------------------------------
--------------------
Stating the problem:
--------------------
Trying to validate my email with a conformation, but not working at all
(but if I do save! it sends me the :
Validation failed: Email doesn't match confirmation
What I am expecting. But unfortunately I don't get the error in my
form...
--------------------
My code:
--------------------