|
Cookbook /
AuthUserVBulletinSummary: Allows PmWiki to use vBulletin for a user login/password base, and to borrow PmWiki groups from vBulletin.
Version: 0.1.2
Prerequisites: AuthUserDbase v. 1.0.6, ADOdb database library
Status: beta
Maintainer: XES
Categories: Security
Questions answered by this recipeHow can I have PmWiki read my vBulletin users/passwords and groups for PmWiki authentication? DescriptionPmWiki authentication and user groups from vBulletin's database. This recipe allows PmWiki to read data from the vBulletin database and authenticate users against their vBulletin login data. In addition, it allows you to transfer vBulletin user groups into PmWiki groups. It does not allow you to manage usernames, passwords or groups for vBulletin from within PmWiki. It only allows PmWiki to borrow information from the vBulletin database. vBulletin would still be needed to change the user information. Notes
and AuthUserDbase v. 1.0.6
UsageAdd to config.php:
Release Notes
CommentsI've come across this recipe, and I'd like to adapt it to use user groups from my forum, which doesn't run on vBulletin. However, I'm not familiar enough with either vBulletin, or the architecture of pmWiki to work out how to adapt it. Could anybody give me some pointers? First, this recipe has not been updated to use the latest AuthUserDBase -- not sure if it's compatible. Assuming it is: if the forum application is similar enough to VBulletin, I'd start with changing the tables and fields this one points to. I didn't even have VBulletin to do this -- I had a specific client who supplied me with the table/field info for VBulletin, and I created the recipe. Assuming you have some database and PHP experience, you can probably figure out whether this recipe could be adapted to your forums. XES January 27, 2007, at 04:25 PM See AlsoContributors |