diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-08-16 16:00:50 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-08-16 16:00:50 +0400 |
| commit | 200e0d4ebbd98da452c3eb120cb55b155764f614 (patch) | |
| tree | f0a618dac101cf66d5fdcf25b996c33bc907d18a /classes/auth_remote.php | |
| parent | 1e666f0aeba4abfb6a9e4b555640bcb4859de066 (diff) | |
save module user authenticated with, only allow password change if module is 'internal'
Diffstat (limited to 'classes/auth_remote.php')
| -rw-r--r-- | classes/auth_remote.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/classes/auth_remote.php b/classes/auth_remote.php index 789976050..6892a3528 100644 --- a/classes/auth_remote.php +++ b/classes/auth_remote.php @@ -31,7 +31,6 @@ 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){ |