Hmmm well it is a password field... also it is the same code as i just get it from my svn repository.. and the cakephp i also get the latest from svn.. :(
On Apr 1, 4:25 pm, "Chris Hartjes" <[EMAIL PROTECTED]> wrote: > 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 inUbuntuthe login page sends the password in > > plaintext does anybody know whats up with that ? :p > > Authjust doesn't mysteriously decide to stop working because you've > moved from Windows toUbuntu, so that leaves the usual suspects: > > 1) the code on Windows does not match the code onUbuntu > > 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 onUbuntuas 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 -~----------~----~----~----~------~----~------~--~---
