RailsApps/rails3-bootstrap-devise-cancan

"Email can't be blank" and "Password can't be blank" after generating

nicholasalanbrown opened this issue · 0 comments

Sorry I'm a huge noob, but I just generated via composer and created my own app (i.e. selected some custom options, including installing confirmable and using a PostgreSQL database), and from the start the sign up form doesn't work.

I ran rake db:migrate and rake db:seed but when I try and create a new user account via the sign up page I get "Email can't be blank" and "Password can't be blank" errors even though I've filled out all fields.

What am I doing wrong?

The user login does work for "First User" though.