From 3300f016521f4278c49783fa782094755824aa1b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 21 Aug 2009 18:12:27 +0000 Subject: [PATCH] Encryption removed --- inc/classes/main/auth/class_CookieAuth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/classes/main/auth/class_CookieAuth.php b/inc/classes/main/auth/class_CookieAuth.php index e302ccb2..436268f0 100644 --- a/inc/classes/main/auth/class_CookieAuth.php +++ b/inc/classes/main/auth/class_CookieAuth.php @@ -66,7 +66,7 @@ class CookieAuth extends BaseFrameworkSystem implements Authorizeable, Registera * @return void */ public function setPasswordAuth ($passHash) { - $this->getResponseInstance()->addCookie('u_hash', $passHash, true); + $this->getResponseInstance()->addCookie('u_hash', $passHash); } /** -- 2.30.2