config/initializers/devise.rb in spree_auth-1.1.1 vs config/initializers/devise.rb in spree_auth-1.1.2.rc1

- old
+ new

@@ -136,6 +136,8 @@ # # Time interval you can reset your password with a reset password key. # Don't put a too small interval or your users won't have the time to # change their passwords. config.reset_password_within = 6.hours + + config.sign_out_via = :delete end