I have upgrade to devise 1.4.9 and I have a problem with :confirmable module.
After confirm user with email that send devise, I try login with the user confirmed and I get the next message:
"You have to confirm your account before continuing."
Some idea?
I using Mongoid and Devise 1.4.9. In devise Dont Working for me with old version gem in this Project.
I have other project rails with the same devise user model, controller, views, confirmable views, routes and working fine.
But with this project dont working. I dont know that I have doing bad.