Skip to content

Commit

Permalink
reverts setting a devise pepper
Browse files Browse the repository at this point in the history
  • Loading branch information
btaitelb committed Jan 10, 2013
1 parent d61d5a4 commit fccbd44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/devise.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
config.stretches = Rails.env.test? ? 1 : 10

# Setup a pepper to generate the encrypted password.
config.pepper = ENV['DEVISE_PEPPER'] || "56d32dfd909ef58199eb6137e70875075c417da0f083d63033523d747763923aaf2d1280a688fb48f4c188006902a45807541c8f516212b1002a713fe001a950"
# config.pepper = ENV['DEVISE_PEPPER'] || "56d32dfd909ef58199eb6137e70875075c417da0f083d63033523d747763923aaf2d1280a688fb48f4c188006902a45807541c8f516212b1002a713fe001a950"
# config.pepper = "1979dfc08a0b088fbffc9600a5d3b39d3c3e0ca8d2d430d33cf10510ccaebf99538024f0ad9e5b95b048d3a274587425ae01b0fb56226cecfb0c38b6302a0a6a"

# ==> Configuration for :confirmable
Expand Down

0 comments on commit fccbd44

Please sign in to comment.