When using AuthComponent, is it possible to use a table other than "users"?
When using AuthComponent, is it possible to use a table other than "users"? I already have a table "employees" that tracks all other attributes and these are the only people that will be logging in
You are not required to use the User model, Cakephp only uses it as a default. You may set another model directly by setting that property manually by setting following property of the auth component:
Bookmarks