spec/dummy/config/initializers/devise.rb in simple_token_authentication-1.1.0 vs spec/dummy/config/initializers/devise.rb in simple_token_authentication-1.1.1
- 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 = '67fdb5ef83612b1c364294f2650098154c98ab478e115e6cac5da51f57c2847e4c2ae4706be212db4a74f4947cb151b7d5ffb409b424799ccedf2a67b48ddeb6'
+ config.secret_key = '17ac00ffe0e45f31487ee0fd5ec4fb184c49a1ad66a6015b0644251a5222e6f86434cebd4acc3ff8f8b1d5f38b81924b9cbe71a89edfe9eb9ea7d3fed4e75ed1'
# ==> 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 = '4a1413e8413a51d2dd28e92b9b0414ee0b6ecffc3dd3ce0dfe7b226805efe51d78e61e2121bea905ef76782159c8bec605915af0e25255946459747d3d5ea7bc'
+ # config.pepper = '0be7c2c95a314c66232b85242185fd6b67ce21d61a299ddfa24d8a2d46b7cce2f7c8362d5c56aa0ef1691c477b704377c8be75c8f1dd86c70c72b80a0cf8af90'
# ==> 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,