Encryption removed
[core.git] / inc / classes / main / auth / class_CookieAuth.php
index e302ccb23d6bd61935ac91aa79fe481c22628011..436268f00c36113add24959dd8a9c324644f4afa 100644 (file)
@@ -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);
        }
 
        /**