I'm getting funny behavior with CakePHP in my register new user form. It's a pretty basic username, email and password form.
When the user types out and incomplete form it looks like this:
Of course creation of the new user fails because the password and email fields are empty. When the form errors are shown it looks like this:
I'm not sure why the password field is filled up with text magically. Shouldn't it be empty?