Commit 301420b8f4b55354f28acd150da4186e3b8aa58f

Authored by Nathan Broadbent
1 parent df2f3c36
Exists in master and in 1 other branch production

Devise 0.4.2 requires a new secret token since sessions are now stored differently.

Any old sessions need to be invalidated.
Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
config/initializers/secret_token.rb
... ... @@ -4,4 +4,5 @@
4 4 # If you change this key, all old signed cookies will become invalid!
5 5 # Make sure the secret is at least 30 characters and all random,
6 6 # no regular words or you'll be exposed to dictionary attacks.
7   -Errbit::Application.config.secret_token = '41f6b3871b375769786c379a3e542d67a7a234926f926778ed634f40a9480ba6d7b0768993e9852aafcaa73d6b8ddd2ed3b46208b92305e8c21936574f74a9a4'
  7 +Errbit::Application.config.secret_token = '6b74778101638fa9c156b3928c9492fb2481ab842538bea838d21f9c9993f649f5806449584266d413d0b2f1104162b3066a86512ed71ededd627cd41f939614'
  8 +
... ...