test/dummy/config/initializers/devise.rb in leads_to_highrise-0.1.9 vs test/dummy/config/initializers/devise.rb in leads_to_highrise-0.2.0

- old
+ new

@@ -2,11 +2,11 @@ # Many of these configuration options can be set straight in your model. Devise.setup do |config| # The secret key used by Devise. Devise uses this key to generate # random tokens. Changing this key will render invalid all existing # confirmation, reset password and unlock tokens in the database. - # config.secret_key = '9c2c8da5fad279fc817d9cedd26b011369bf1781cc61752df6f11becc1dfa997b191f203013edffef25211f70e0d133d1ca62855a9d48eddc972cb2bcbee4230' + # config.secret_key = 'f513ec4c7a4c6861b04edc83837eb9470387e762da6b72e953533a3f39cddb0f188ee30fa8b84f2d3f067a496dd4ed7a0c5ff8f7da53246215b280d6fa092991' # ==> Mailer Configuration # Configure the e-mail address which will be shown in Devise::Mailer, # note that it will be overwritten if you use your own mailer class # with default "from" parameter. @@ -95,10 +95,10 @@ # encryptor), the cost increases exponentially with the number of stretches (e.g. # a value of 20 is already extremely slow: approx. 60 seconds for 1 calculation). config.stretches = Rails.env.test? ? 1 : 10 # Setup a pepper to generate the encrypted password. - # config.pepper = '4cd915f08ac0f6a07e61ea089f4b593cb747a1054e60efe18aeb5cb89ea2f89dfb3ef785d25b33e2bfc0e69e4529782344e93a5068809e0a8f2fd71ed48450b6' + # config.pepper = '985df728db4fb3d6ca8ca55878ec81bf385fb0d48ef443597400c319f4dfd2e532f185d146fcab2525c1b0668915edf285b2c795a135a8ce42d1378e28fce1e5' # ==> Configuration for :confirmable # A period that the user is allowed to access the website even without # confirming their account. For instance, if set to 2.days, the user will be # able to access the website for two days without confirming their account,