Worked for me! Thanks!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr.
If you are using the Auth component, Auth will hash the blank
password.
The workaround I've found for this is to use a dummy password field
(e.g. new_password) instead of the real password field, then in your
controller::save() do
if (!empty($this->data) {
if (!empty($this->data['Model']['n