From: Marvin Thomas Rabe Date: Tue, 4 Oct 2011 17:41:00 +0000 (+0200) Subject: remeber cookie bug fixed X-Git-Tag: v3.0~115^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4bcb6f5346271e0a92b4b0450f709474910d571b;p=nextcloud-server.git remeber cookie bug fixed --- diff --git a/index.php b/index.php index d2d0700c577..2e55827a62a 100644 --- a/index.php +++ b/index.php @@ -68,6 +68,9 @@ else { OC_User::setUserId($_COOKIE['oc_username']); OC_Util::redirectToDefaultPage(); } + else { + OC_User::unsetMagicInCookie(); + } } // Someone wants to log in :