I'm using CakePHP 1.3 version for this project.
I am working with Auth for Users and Admins login stuff.
I want to manage User & Admin login separately, any ideas how? I means users credentials are in Users table and Admin credentials in Admin table, and both should be logged into via from their separate login pages.
Thanks !