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?