Login Forms

2012-07-13 Thread Andrew Johnston
Hello Everyone- I'm new to CakePHP and I'm a bit confused with the idea of login forms. I've read just about every page I could find on the issue, but none of them seemed to mirror my problem exactly. I'm using Wordpress for the static portion of my site and I wanted to have a link that said

Re: Login Forms

2012-07-13 Thread Rohit
On Friday, July 13, 2012 2:29:47 AM UTC+5:30, Andrew Johnston wrote: Hello Everyone- I'm new to CakePHP and I'm a bit confused with the idea of login forms. I've read just about every page I could find on the issue, but none of them seemed to mirror my problem exactly. I'm using

Re: Login Forms

2012-07-13 Thread Andrew Johnston
wrote: Hello Everyone- I'm new to CakePHP and I'm a bit confused with the idea of login forms. I've read just about every page I could find on the issue, but none of them seemed to mirror my problem exactly. I'm using Wordpress for the static portion of my site and I wanted to have

Re: Login Forms

2012-07-13 Thread Sam Sherlock
website http://www.eagle.** getyourplugin.com http://www.eagle.getyourplugin.com On Friday, July 13, 2012 2:29:47 AM UTC+5:30, Andrew Johnston wrote: Hello Everyone- I'm new to CakePHP and I'm a bit confused with the idea of login forms. I've read just about every page I could find on the issue

Re: Multiple login forms submitting to one login action

2010-07-23 Thread tersmitten
I already found the solution myself. It was because of the stupid pages controller :-( http://stackoverflow.com/questions/3302798/multiple-login-forms-submitting-to-one-login-action On 22 jul, 19:05, cricket zijn.digi...@gmail.com wrote: On Wed, Jul 21, 2010 at 3:02 PM, tersmitten

Re: Multiple login forms submitting to one login action

2010-07-22 Thread cricket
On Wed, Jul 21, 2010 at 3:02 PM, tersmitten mischa.ter.smit...@gmail.com wrote: I'm having 2 login forms in my (cake) application. One on the home page (served by pages controller) and one in my user controller. The one from my user controller is working fine. But when I try to login from

Multiple login forms submitting to one login action

2010-07-21 Thread tersmitten
I'm having 2 login forms in my (cake) application. One on the home page (served by pages controller) and one in my user controller. The one from my user controller is working fine. But when I try to login from the homepage I get a blank page and I see in firebug I got a 404. The strange thing