config/initializers/devise.rb in ecom-0.1.1 vs config/initializers/devise.rb in ecom-0.2.0
- old
+ new
@@ -4,11 +4,11 @@
# 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.
# Devise will use the `secret_key_base` as its `secret_key`
# by default. You can change it below and use your own secret key.
- config.secret_key = '445c87bc60f1ea7e7b8979fa2502c6049787d48525205befddca18353268faa5c4776a716b2e377abea9b9a348235639d282c6e195abb70204583436ff3c77dd'
+ config.secret_key = '229c9ff859780e6bfde773a4b1ff4c592f9ee756072e22881381c3a2a6c7cad37abe31d3ceb451014708d241d15ef7ed0c6476d04cafd9b82b1b4c1c8df481c7'
# ==> 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.
@@ -106,10 +106,10 @@
# algorithm), 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 : 11
# Set up a pepper to generate the hashed password.
- # config.pepper = 'd7cfced7eef5bf9a8eb0b958102d062117e759e24fe5bf60bdd768c07ff1acba9135a956bccc56a19da538f495e5d335ca50b401b4f666cda1e38be7462577f0'
+ # config.pepper = 'a3333a9e83fb4fe1bca1880ad3e7e50ae1fe968c6f6d552406553fba60da2a1624502abf145eaf97e128e6e70e13d39fea36b81239fb2255514b916055a6bf2b'
# Send a notification email when the user's password is changed
# config.send_password_change_notification = false
# ==> Configuration for :confirmable