In my register-form I have a passwordfield and i use Auth-component. If I fill in an incorrrect form and press 'submit', there are some validation errors who are nicely shown. That's perfectly great but my passwordfield gets the value of the hashed string who was filled in. It looks like Auth hashes the field and then puts this data back into the value-atribute. Is there some way to prevent that?
Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
