From d5fd183d18bf3cf3bf7bba50dc004b85246e0b6a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 16 Aug 2012 18:21:35 +0400 Subject: move changing password code to authentication modules --- include/functions.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index a2e164416..702843c16 100644 --- a/include/functions.php +++ b/include/functions.php @@ -738,6 +738,8 @@ $_SESSION["hide_hello"] = true; $_SESSION["hide_logout"] = true; + $_SESSION["auth_module"] = false; + if (!$_SESSION["csrf_token"]) { $_SESSION["csrf_token"] = sha1(uniqid(rand(), true)); } -- cgit v1.2.3