spec/dummy/config/initializers/devise.rb in simple_token_authentication-1.0.1 vs spec/dummy/config/initializers/devise.rb in simple_token_authentication-1.1.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 = 'a90b8d34ad3bb776d4bf0b590151727656f29456ceb4a0a9e2dd9d338379434258a727e9591282dd4c8259ec9ac7903b59bcb274cd916f5ea7ac241861b50a92' + config.secret_key = '67fdb5ef83612b1c364294f2650098154c98ab478e115e6cac5da51f57c2847e4c2ae4706be212db4a74f4947cb151b7d5ffb409b424799ccedf2a67b48ddeb6' # ==> 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. @@ -93,10 +93,10 @@ # your test suite dramatically. However, it is STRONGLY RECOMMENDED to not use # a value less than 10 in other environments. config.stretches = Rails.env.test? ? 1 : 10 # Setup a pepper to generate the encrypted password. - # config.pepper = '5f8af8bb9878af28f5dbeb36d06526de47194f1a365942a1f2e99cf4b4d3351257e3bdf946b2cffee0a368fb94975834bd0b9c3aa7f5ba1f90e9065fba97805a' + # config.pepper = '4a1413e8413a51d2dd28e92b9b0414ee0b6ecffc3dd3ce0dfe7b226805efe51d78e61e2121bea905ef76782159c8bec605915af0e25255946459747d3d5ea7bc' # ==> Configuration for :confirmable # A period that the user is allowed to access the website even without # confirming his account. For instance, if set to 2.days, the user will be # able to access the website for two days without confirming his account,