this is how i would do it.

$md5pass = md5($pass);
$conditions = array('username' => $user, 'password' => $md5pass);

HardcoreWizard wrote:
> I don't think the second option is possible, as CakePHP will probably
> wrap the values in quotes, and therefore store the 'PASSWORD(..)'
> string verbatim.
>
> I just think I'll stick to PHP's sha()-approach though, thanks for the
> answer :).
>
>
> >
>
>   

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to