Looking at the code on github, db/seeds.rb should have created an admin account with the password: 'password1'. It also created several random user accounts with the same 'password1' password.
From the project root directory, can you run 'rails c' and then 'User.first'? It should return the admin user. If not, you may need to run 'rake db:seed'.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/10c0ad6a-f8ee-47da-8003-d066fcb1477a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment