I create users with unique emails and correct passwords, but when I try to log in with those users I allways get the "Sorry, looks like there are some errors detected, please try again." error.
I have checked emails and passwords and there is nothing wrong, but I cant log in.
I can only login with the user seed in migration.
Please help
Ensure that the passwords for the newly created users are being hashed papa's games louie correctly when stored in the database. If they are stored as plain text, the login attempt will fail.
If your application requires email verification, ensure strands hint that the newly created users have verified their emails before logging in.
Have you ever wondered what kind of love people out there have in the world? If yes, then love tester is the answer for you. This place has games to calculate love compatibility between two people, kiss simulation games, office dating and many other games for you to experience.
Hi
The issue might be related to account activation after registration. If you haven't already, you can try setting up email functionality in your Laravel application and use a service like Mailtrap (http://mailtrap.io) for testing emails in your development environment.
Once you have set up the email configuration, try registering a new user again and check if you received the activation email. If you encounter any issues, feel free to ask for further assistance!
Thank you