From 301420b8f4b55354f28acd150da4186e3b8aa58f Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Thu, 11 Aug 2011 17:15:08 +0800 Subject: [PATCH] Devise 0.4.2 requires a new secret token since sessions are now stored differently. Any old sessions need to be invalidated. --- config/initializers/secret_token.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/initializers/secret_token.rb b/config/initializers/secret_token.rb index 64ae1a0..a18bdbb 100644 --- a/config/initializers/secret_token.rb +++ b/config/initializers/secret_token.rb @@ -4,4 +4,5 @@ # If you change this key, all old signed cookies will become invalid! # Make sure the secret is at least 30 characters and all random, # no regular words or you'll be exposed to dictionary attacks. -Errbit::Application.config.secret_token = '41f6b3871b375769786c379a3e542d67a7a234926f926778ed634f40a9480ba6d7b0768993e9852aafcaa73d6b8ddd2ed3b46208b92305e8c21936574f74a9a4' +Errbit::Application.config.secret_token = '6b74778101638fa9c156b3928c9492fb2481ab842538bea838d21f9c9993f649f5806449584266d413d0b2f1104162b3066a86512ed71ededd627cd41f939614' + -- libgit2 0.21.2