RailsApps / rails3-devise-rspec-cucumber

An example Rails 3.2 app with Devise and RSpec and Cucumber.
http://railsapps.github.io/
444 stars 144 forks source link

Devise account confirmed message should not say "You are signed in." #51

Closed scrawlon closed 7 years ago

scrawlon commented 11 years ago

in config/locales/devise.en.yml en: devise: confirmations: confirmed: "Your account was successfully confirmed. You are now signed in."

The latest Devise does not sign users in when they click the confirmation link.

http://blog.plataformatec.com.br/2013/08/devise-3-1-now-with-more-secure-defaults/

DanielKehoe commented 7 years ago

Hmmm thanks for pointing this out for others who may encounter this. I'm no longer supporting this example application. There's a newer version of the example application for Rails 5.0: https://github.com/RailsApps/rails-devise