summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/functions.php b/include/functions.php
index 761cfee8d..dfe48c596 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -734,6 +734,7 @@
$_SESSION["hide_hello"] = true;
$_SESSION["hide_logout"] = true;
+ $_SESSION["hide_change_password"] = true;
if (!$_SESSION["csrf_token"]) {
$_SESSION["csrf_token"] = sha1(uniqid(rand(), true));