From: Alexander Ebert Date: Mon, 1 Aug 2016 10:08:25 +0000 (+0200) Subject: Fixed cookie hash mismatch X-Git-Tag: 3.0.0_Beta_1~825 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a6a8750420422e8bdf32017e9f854a7e2cf70741;p=GitHub%2FWoltLab%2FWCF.git Fixed cookie hash mismatch --- diff --git a/wcfsetup/install/files/lib/system/WCFSetup.class.php b/wcfsetup/install/files/lib/system/WCFSetup.class.php index e030a9dbf3..6ebde3c0ee 100644 --- a/wcfsetup/install/files/lib/system/WCFSetup.class.php +++ b/wcfsetup/install/files/lib/system/WCFSetup.class.php @@ -1184,7 +1184,7 @@ class WCFSetup extends WCF { } // login as admin - define('COOKIE_PREFIX', 'wcf22_'); + define('COOKIE_PREFIX', 'wsc30_'); $factory = new ACPSessionFactory(); $factory->load();