mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-04 20:19:16 +00:00
save module user authenticated with, only allow password change if module is 'internal'
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user