orchidsoftware / platform

Orchid is a @laravel package that allows for rapid application development of back-office applications, admin/user panels, and dashboards.
https://orchid.software
MIT License
4.26k stars 631 forks source link

Sign in is not working #2737

Open aamirshahzad85 opened 8 months ago

aamirshahzad85 commented 8 months ago

Describe the bug I have installed Laravel Orchid with guidelines from the link https://orchid.software/en/docs/installation/. Installation was done completely with no errors. I have created an admin user after installation. When I try to log in it shows the error "The details you entered did not match our records. Please double-check and try again." I checked the database; username (email) is available there, for the reference picture is attached...... Sign In error

BrianWendt commented 7 months ago

@aamirshahzad85 did you ever solve this? If not, can you attach a screenshot of the users table? I assume you've already confirmed that the email address you are attempting matches exactly what is in the users table.