=== PHPBB Single Sign On === Contributors: onigoetz Tags: phpbb, authentication, password, login, single sign on, wrapper, connector Requires at least: 2.8.0 Tested up to: 2.9.2 Authenticate in Wordpress and phpBB at the same time == Description == This plugin allows to use the password from a working phpBB installation to log into a Wordpress blog. or on the other side to log into phpBB with the Wordpress user. The user needs to exists in at least one of the two instllations. if the user doesn't exist in one installation, it will create the user. NEW : We all wanted this for a long time now it's possible; we can now put wordpress inside phpbb. !IMPORTANT! Now you have to set "wpbb" as authentication method. not "op" nor "db" The username for the administration must be the same on the two installations. Otherwise you will end having admins that have no privileges on the other application. This version tries to get the application working with multiple databases. Please give me feedbacks. == Changelog == = Roadmap = * Make it work on multiple db's * Uninstaller = 0.7 = * Ability to put wordpress in a child folder of phpbb or at the same level * Bugfix : Enabled capital letters logins on both sides. * Bugfix : "Parameter 1 to wpbb_login() expected to be a reference, value given..." should be corrected. = 0.6.3 = * Bugfix : Changed common.orig.php to common-orig.php to solve some problems * Change : Changed the match from username_clean to username, should solve some problems with the double usernames = 0.6.2 = * Bugfix : Removed the backslash before the comments. was because of a security feature of wordpress that caused every entry to be backslashed. Phpbb manages it differently, and that caused a double check that added these backslashes. = 0.6.1 = * Bugfix : annoying bug in the admin area, now it is possible to change db to wpdb = 0.6 = * Preliminary version for the multiple databases * Bugfix : Captcha problem if the user makes 3 errors in his password in phpbb (reported by Ramon Fincken http://www.ramonfincken.com/ ) * Bugfix : op_userexists function doesn't exist (patch proposed by Brian Pan) * Bugfix : Blank user creation when logging in the first time from phpbb (Brian Pan tracked down the bug and I made the little fix) * Added options to the control Panel * Better install instructions. * Removed complicated installations steps. * Now Compatible with Onepress, totally new function names. = 0.5 = * Enabled synchronisation = 0.4.6 = * Bugfix : Blank page on admin area fix = 0.4.4 = * Bugfix : Created a duplicata of wordpress user on every login * Bugfix : Cannot automatically create users = 0.4.2 = * Bugfix : Url in options panel = 0.4.1 = * Bugfix : Url to options panel = 0.4 = * The login works now if the user exists in the two databases with the same password * New installation script * New Presentation of the options page = 0.3 = * Bugfix : Corrected a bug wich accepted all passwords = 0.2 = * Login working from wordpress * Options page finished = 0.1 = * New options page * Fork of the onepress framework. dropping all framework dependencies == Installation == 1. Extract the archive 1. upload the phpbb-sso directory to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Configure the path to PHPBB in the options 1. When the path is right some fields related to phpbb will appear, fill them and save. 1. Click on "install files" to install files. 1. If all tests are OK you cant logout and login to test. How to configure ? there are three ways to configure it. In the example, the root of the website is "/www/" = Example 1 = Blog : /www/ Forum : /www/forum/ Path to configure: To PHPBB from Wordpress : forum/ To Wordpress from PHPBB : ../ = Example 2 = Blog : /www/blog/ Forum : /www/ Path to configure: To PHPBB from Wordpress : ../ To Wordpress from PHPBB : blog/ = Example 3 = Blog : /www/blog/ Forum : /www/forum/ Path to configure: To PHPBB from Wordpress : ../forum/ To Wordpress from PHPBB : ../blog/