Try adding an isAuthorized method to your AppController:

    /**
     * Function to return whether you are authorized or not.
     *
     * @return <type>
     */
    function isAuthorized() {
        return true;
    }

On Jan 9, 7:31 am, volka <[email protected]> wrote:
> Hi there,
> i have
> $this->Auth->allow(array('display'));
> in my beforeFilter() - method of my AppController, but it doesn't show
> the homepage, though.
>
> I'm using the latest release of 1.2
> ( I tried $this->Auth->allow('display'); to ensure it's not a problem
> with my update)
>
> I have no isAuthorized() method implemented, yet. Is that a problem?
> Can you help?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to