summaryrefslogtreecommitdiff
path: root/classes/auth_remote.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-08-16 15:58:13 +0400
committerAndrew Dolgov <[email protected]>2012-08-16 15:58:13 +0400
commit1e666f0aeba4abfb6a9e4b555640bcb4859de066 (patch)
treef9eea37c23127560649162aa06ab674f1e2f36d4 /classes/auth_remote.php
parent238d594e6bba0e7ffad950aae0b73d5c67934b42 (diff)
add hide_change_password session variable
Diffstat (limited to 'classes/auth_remote.php')
-rw-r--r--classes/auth_remote.php1
1 files changed, 1 insertions, 0 deletions
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){