From 1e666f0aeba4abfb6a9e4b555640bcb4859de066 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 16 Aug 2012 15:58:13 +0400 Subject: add hide_change_password session variable --- classes/auth_remote.php | 1 + 1 file changed, 1 insertion(+) (limited to 'classes/auth_remote.php') diff --git a/classes/auth_remote.php b/classes/auth_remote.php index 6892a3528..789976050 100644 --- a/classes/auth_remote.php +++ b/classes/auth_remote.php @@ -31,6 +31,7 @@ class Auth_Remote extends Auth_Base { $_SESSION["fake_password"] = "******"; $_SESSION["hide_hello"] = true; $_SESSION["hide_logout"] = true; + $_SESSION["hide_change_password"] = true; // LemonLDAP can send user informations via HTTP HEADER if (defined('AUTH_AUTO_CREATE') && AUTH_AUTO_CREATE){ -- cgit v1.2.3