In my database I have the table
admins
- username
- password
I want to log in users using this table.
When ever I try to login, it gives me an error:
sql error: unknown column Users.Username is not found
Does CakePHP 3.x Auth only work with an users
table?