I had this problem:
- Login / Logut worked fine
- Users appeared correctly in the "Who is online list"
- When a user edited an wiki article it was edited by "#IP Address" and not by the user
- The user didn't appear as loged in on the wiki
Then I applied to this:
Quote:
Originally Posted by trackpedia
//$wgHooks['AutoAuthenticate'][] = 'vBSSOAutoAuth';
$wgHooks['UserLoadFromSession'][] = 'vBSSOAutoAuth';
|
and it's fixed.
Thanks for that Integration!