Just to be sure make sure your config for the Auth component in the
AppController looks something like this:
class AppController extends Controller
{
var $components = array('Auth');
}
By the looks of it you may also want to change your security salt and
cipherSeed in App/Config/Core.php
I'm not 100% sure on this but I believe that using the console to bake your
app will randomly generate these values for you.
- Ed
On Thu, May 27, 2010 at 5:06 PM, Davor Ilic <[email protected]> wrote:
> Hi,
>
> i´m getting following issue.
>
> I´ve followed the tutorial on how to create an authlogin with cakephp but
> something is going wrong when add in the appcontroller the public var
> 'components' with Auth
> i´m getting the default layout from cakePHP and he is telling me that i
> didn´t have create the 'Userscontroller' but i did and in the header is my
> code from the users_controller.php with the method login and logout. This
> issue i get you also can see at the picture.
>
>
> Check out the new CakePHP Questions site http://cakeqs.org and help
> others with their CakePHP related questions.
>
> 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]<cake-php%[email protected]>For
> more options, visit this group at
> http://groups.google.com/group/cake-php?hl=en
>
Check out the new CakePHP Questions site http://cakeqs.org and help others with
their CakePHP related questions.
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