On Tue, Apr 1, 2008 at 10:14 AM, Mech7 <[EMAIL PROTECTED]> wrote: > > I am trying to allow access to some controllers.. but it seems it does > not work at all? > I am using latest version from SVN.. Also what is strange in windows > it works normal.. but in Ubuntu the login page sends the password in > plaintext does anybody know whats up with that ? :p
Auth just doesn't mysteriously decide to stop working because you've moved from Windows to Ubuntu, so that leaves the usual suspects: 1) the code on Windows does not match the code on Ubuntu Make sure you're running the same version of Cake on both -- don't assume, make sure 2) you've setup the code differently in those two environments The only reason the password field in your login form would show up as plaintext is because you haven't defined that input field with type = 'password'. Again, make sure that all the code for your APPLICATION is the same on Ubuntu as it is on Windows. Don't assume it is, make sure it is. Weird problems almost always have simple solutions. -- Chris Hartjes Internet Loudmouth Motto for 2008: "Moving from herding elephants to handling snakes..." @TheKeyBoard: http://www.littlehart.net/atthekeyboard --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
