From 654f1542cafb3a8fc6bcd559952ae1a14c825fc9 Mon Sep 17 00:00:00 2001 From: simon Date: Sun, 8 Feb 2009 23:54:29 +0100 Subject: * regenerated the user fixtures with new site key, login tests work now * removed some cookie related tests --- lib/authenticated_system.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib') diff --git a/lib/authenticated_system.rb b/lib/authenticated_system.rb index 7b813f4..838b734 100644 --- a/lib/authenticated_system.rb +++ b/lib/authenticated_system.rb @@ -112,7 +112,6 @@ module AuthenticatedSystem # Kill server-side auth cookie @current_user.forget_me if @current_user.is_a? User @current_user = false # not logged in, and don't do it for me - kill_remember_cookie! # Kill client-side auth cookie session[:user_id] = nil # keeps the session but kill our variable # explicitly kill any other session variables you set end -- cgit v1.3