On 9/26/06, HardcoreWizard <[EMAIL PROTECTED]> wrote:
Do you have any suggestions?

 Hi there,

You could use PHP's md5() [or sha1() if you're using PHP5] function to encrypt the password first. Alternatively you could set up your array as follows:
$conditions = array('username' => $user, 'password' => 'PASSWORD(' . $pass . ')');

Cheers,

Sonic


--~--~---------~--~----~------------~-------~--~----~
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