Add new ExternalAuth mechanism, Hardcoded
authorAryeh Gregor <simetrical@users.mediawiki.org>
Thu, 10 Dec 2009 01:05:13 +0000 (01:05 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Thu, 10 Dec 2009 01:05:13 +0000 (01:05 +0000)
commitd4c6696bb7c54e8acc3c5faff70a415ed59ca780
tree5b235c6c4355581d8a2fc4a110fb774b5bf8ab44
parentfe4ec33ccd8d43b3f1c10e18b264497299c3aba0
Add new ExternalAuth mechanism, Hardcoded

This just lets you enter the database by hand in LocalSettings.php, for
testing.  Now other people can actually test ExternalAuth without having
a vBulletin license.  23 lines not counting whitespace/comments/closing
braces, and took me ~20 minutes to write.
includes/AutoLoader.php
includes/extauth/Hardcoded.php [new file with mode: 0644]