New global setting: wgUserTablePrefix
authorJens Frank <jeluf@users.mediawiki.org>
Mon, 23 Aug 2004 18:49:05 +0000 (18:49 +0000)
committerJens Frank <jeluf@users.mediawiki.org>
Mon, 23 Aug 2004 18:49:05 +0000 (18:49 +0000)
commit22525a27715cf03a99edc2a6679ed5706f8099df
tree415f5699cd7ae5e67c1a62f9055fc4b9495dc601
parent35c74af604ec69beb06e25ed2de7098ee5884993
New global setting: wgUserTablePrefix
set wgUserTablePrefix to the name of the DB where your users
table is for single login. Disabled by default.
If set, the users table will be fetched from another MySQL schema (called
database by MySQL). Can not be on a different MySQL server, though.
includes/Database.php
includes/DefaultSettings.php