config/initializers/devise.rb in spree_auth-1.0.7 vs config/initializers/devise.rb in spree_auth-1.1.0.rc1
- old
+ new
@@ -131,6 +131,11 @@
# twitter.consumer_key = <YOUR CONSUMER KEY>
# twitter.options :site => 'http://twitter.com'
# end
# manager.default_strategies(:scope => :user).unshift :twitter_oauth
# end
-end
\ No newline at end of file
+ #
+ # 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
+end