This isn't enough information to gaurantee a correct response. However, offhand, I'd say that you've got your ACLs blocking both the action that is the initial request AND the login function. Hence, with $this->redirect($this->referrer()), you end up ping-ponging back and forth until the server borks.
That's a guess based on having done similar things in the past. Always start with $this-Auth->allow(*), then shut things down as you're sure you've got them right. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
