Skip to content
Snippets Groups Projects
Commit 4514bb60 authored by Marco Malavolti's avatar Marco Malavolti
Browse files

Comment out a line that prevent the user access

Non so come, ma questa riga impedisce a un utente non amministratore (sysop) di accedere al wiki.
La variabile mRemember è "protected" su "SpecialUserlogin.php"
parent 25036733
No related branches found
No related tags found
No related merge requests found
...@@ -453,7 +453,7 @@ function ShibUserLoadFromSession($user, &$result) ...@@ -453,7 +453,7 @@ function ShibUserLoadFromSession($user, &$result)
$shib_pretend = true; $shib_pretend = true;
//Now we _do_ the black magic //Now we _do_ the black magic
$lf->mRemember = false; //$lf->mRemember = false;
$user->loadDefaults($shib_UN); $user->loadDefaults($shib_UN);
$lf->initUser($user, true); $lf->initUser($user, true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment