1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

add hide_change_password session variable

This commit is contained in:
Andrew Dolgov
2012-08-16 15:58:13 +04:00
parent 238d594e6b
commit 1e666f0aeb
3 changed files with 3 additions and 1 deletions

View File

@@ -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){