geobtaa / geoblacklight_admin

MIT License
4 stars 2 forks source link

Unable to login after starting server #14

Closed yalamber closed 9 months ago

yalamber commented 9 months ago

Hello, I setup the application as provided instructions. I am able to see login screen When trying to access admin panel I am redirected to signin link http://127.0.0.1:3000/users/sign_in but when I try to login it shows Invalid Email or password message

Screenshot 2023-10-10 at 08 33 07
ewlarson commented 9 months ago

Hello!

If the database has been seeded, there should be a default user/password: admin@geoblacklight.org / 123456

Try running: bundle exec rake db:seed

Hopefully that does it.

yalamber commented 9 months ago

@ewlarson worked after running migration and seed Thank you