diff --git a/config/initializers/devise.rb b/config/initializers/devise.rb index a432a6e..187b9aa 100644 --- a/config/initializers/devise.rb +++ b/config/initializers/devise.rb @@ -77,7 +77,7 @@ # It will change confirmation, password recovery and other workflows # to behave the same regardless if the e-mail provided was right or wrong. # Does not affect registerable. - # config.paranoid = true + config.paranoid = true # By default Devise will store the user in session. You can skip storage for # :http_auth and :token_auth by adding those symbols to the array below.