summaryrefslogtreecommitdiff
path: root/classes/auth_remote.php
diff options
context:
space:
mode:
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){