1

I have integrated the Auth component and the Acl component (and behavior) and it all works fine with the User model etc.

Now I would like to have the admin to be completely independent from the User model and the access control lists. Why? Well, because I'm trying to build a CMS which should also work if the client doesn't want a user community in his website.

So I would like the admin to be able to log in without having a user model and once the admin is logged in he should have access to everything, regardless what Acl says...

How do I do that?

Evert
  • 2,022
  • 1
  • 20
  • 29

1 Answers1

0

You will have to pass an option 'userModel' while declaring AuthComponent in your AppController. Hope this link will help you. Kindly ask if it not worked for you.

Arun Jain
  • 5,476
  • 2
  • 31
  • 52