Extension talk:MultiAuthPlugin
Archive instead of svn checkout
editIt would be great to have a downloadable archive as release instead of using the svn checkout. In fact wouldn't it be better to use the svn tags instead of the trunk for check out? --Pintman 08:34, 12 August 2011 (UTC)
Issues Installing With 1.21
editCurrent set-up will not allow for download through SVN. Had to manually download individual files (another recommendation for availability of archive).
Anyway, installed extension on MW 1.21.
Per README, updated MultiAuthPlugin.config.php with necessary configuration.
Now homepage has "Login" replaced with:
"<multiauth-special_login_link>"
When I click on it, I receive the following standard error:
No such special page You have requested an invalid special page. A list of valid special pages can be found at Special pages. Return to Main Page.
What I have determined is there is an issue with:
- \login\SpecialLogin.setup.php
- \login\SpecialLogout.setup.php
Upon first glance, these do not support the updated API calls on Manual:SpecialPages.
- ie: $wgAutoloadClasses, $wgExtensionMessagesFiles, $wgSpecialPages
Any assistance would be greatly appreciated. Or, if there is an alternative method.