Creating an admin user in production on Spree
Deploying Spree doesn't (and shouldn't) copy your database from development to production.
So your development admin user doesn't exist on the production database.
SSH into your production server and try:
rake spree_auth:admin:create
Update:
Do this in /data/spree/current