I have a table called user with a column named password with the following settings:
I'm using the API /user to create a new user:
But when I use the /auth/login, I get the same error everytime "Whoops! An error occurred. Exception: Invalid Credentials.", the only user that I'm able to login is the one created directly at the user table.
How can I fix this?