]> git.wh0rd.org - tt-rss.git/blobdiff - include/functions.php
move changing password code to authentication modules
[tt-rss.git] / include / functions.php
index a2e164416a5f0fc7fd276021b47390c67c7122df..702843c1601416d6b303447a99b1226de89e3eca 100644 (file)
                        $_SESSION["hide_hello"] = true;
                        $_SESSION["hide_logout"] = true;
 
+                       $_SESSION["auth_module"] = false;
+
                        if (!$_SESSION["csrf_token"]) {
                                $_SESSION["csrf_token"] = sha1(uniqid(rand(), true));
                        }