> Is there a way I can override the table prefix for this > model alone and leave the rest of the application using table > prefixes?
Try defining var $tablePrefix = ''; in your model. > Also, my old user data doesn't have encrypted passwords. Is there a > way to tell cakePHP to not use hashing for passwords or will I have to > write my own auth software? Don't use plain text passwords. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
