Re: Question about Security component

2009-05-25 Thread joshua
Miles,Many thanks for your help! I fix it with your help. Change [code] create('User', array('action'=>'signup')); ?> // [/code] to [code] create('User', array('action'=>'signup')); ?> // end();?> [/code] On Mon, May 25, 2009 at 10:24 AM, Miles J wrote: > > The security component wi

Re: Question about Security component

2009-05-24 Thread Miles J
The security component will blackhole (white page) if the form is incorrect or has been altered by a bot. All your form inputs MUST be created with $form->input(). --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cak

Re: Question about Security component

2009-05-24 Thread joshua
Is there a cake developer can give me a reply? Thanks in advance. On Sun, May 24, 2009 at 5:09 PM, Joshua wrote: > Hi All, > The Security component was enabled in UserController of my app.There > is a sing up page. Every time when I click continue button , there > will be a blank page shown. But

Question about Security component

2009-05-24 Thread Joshua
Hi All, The Security component was enabled in UserController of my app.There is a sing up page. Every time when I click continue button , there will be a blank page shown. But if I disable the Security component in my user controller, it will work fine. I have no idea of what's wrong. Can someone

Question about Security component

2009-05-24 Thread joshua
Hi All, The Security component was enabled in UserController of my app.There is a sing up page. Every time when I click continue button , there will be a blank page shown. But if I disable the Security component in my user controller, it will work fine. I have no idea of what's wrong. Can someone h