Author: simone.hinterseher
Description:
I have two mediawiki installations (I want to use one for public content and one for private content that cannot be read by anyone).
However, for both wikis I like to use the same user table. Therefore I use
$wgSharedDB = 'thePublicWikiDB' in the LocalSettings of the private wiki and close registration for the public wiki once all wanted users have registered. The OpenID extension is installed for both wikis.
The actual problem that I encountered with this setup and the OpenID extension:
The login works for the public wiki but not for the private wiki (which uses the user table of the other wiki). Is the OpenID extension not built for such a case?
Do I have to configure something such that OpenID is aware of the shared user table?
Version: unspecified
Severity: normal