Jason Walker wrote:
For my project, www.wikigaming.com, I am eventually going to break it into two or more mediawiki installs but I would like a user to only have to sign up on one site and have an account on all the others. I don't have root access to the host or any way to run a LDAP server, so I can't do something like that, and I would prefer to not have to change the code if at all possible (or at least in a minimal way).
I'm not sure how well it works at the moment, but as of 1.4:
# Shared database for multiple wikis. # Presently used for storing a user table for single sign-on # The server for this database must be the same as for the main # database. # EXPERIMENTAL $wgSharedDB = null;
-- brion vibber (brion @ pobox.com)