I forgot to mention that once registered the user is created in the users table, also during the login process I do not get an error only a message that the combination (email, password is not accepted)
Error using the authentication mechanism with MySQL
Hello. I've issues login a new who just properly registered in Laravel.
I have a LAMP server where I installed Laravel, I created a new MySQL database and inside the required tables users and password_resets.
1- I created a new project (laravel new blog)
2-I modified the files .env and .env.example to include the MySQL credentials
3- I executed (php artisan make:auth) to get the Laravel's authentication mechanism
4-While running the project I'm able to register a user by providing Name, Email, and declaring two times the password, once this part is done the user is declared as logged.
Issue 1: By closing the browser and reopening it again, I visit the login page and Laravel does not accept the user that was just registered.
Issue2: The browser keeps the user logged
Thank you in advance for your support.
Please or to participate in this conversation.