On Mon, Mar 21, 2011 at 8:55 PM, RhythmicDevil <[email protected]> wrote: > PHP: 5.3.5 > Cake: 1.3.7 > MySQL: 5.1.47 > > So if I understand it right the PHP mysql driver that cake uses does > not support the password hashes in MySQL, If this is true, what is the > proper solution given that I have a shared host and cannot enable > short passwords or user the old_passwords() function? > > Is Cake going to address this?
The hashing is done in Cake itself, not the DB. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
