]> gitweb.michael.orlitzky.com - dead/third_party_db_auth.git/blob - README
Initial commit.
[dead/third_party_db_auth.git] / README
1 This class is an authorization plugin for Mediawiki. It performs the
2 authorization and user existence queries to an arbitrary MySQL
3 database. An example of its use is included in the
4 LocalSettings.third_party_db_auth.php file.
5
6 To use the plugin, you could either 'require' the
7 LocalSettings.third_party_db_auth.php file in your LocalSettings.php,
8 or copy-and-paste its contents into LocalSettings.php, somewhere near
9 the bottom (after DefaultSettings.php is included).