From 132bdbfe5a8ce4c57b4ae7d4391e99d05f186d43 Mon Sep 17 00:00:00 2001 From: andi Date: Thu, 13 Jan 2005 21:23:25 +0100 Subject: Changed Cookie system The cookie is now stored blowfish encrypted - this allows automatic logins. Fixes Task #13 darcs-hash:20050113202325-9977f-f8fed7eed8f09c476f7b521c71a38b24c94db1b1.gz --- inc/auth.php | 108 ++++++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 81 insertions(+), 27 deletions(-) (limited to 'inc/auth.php') diff --git a/inc/auth.php b/inc/auth.php index 825ecb9d2..a34fc0a47 100644 --- a/inc/auth.php +++ b/inc/auth.php @@ -1,6 +1,7 @@