=== 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.8.4 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. 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. It's important that the Wordpress logins match the username_clean of the PHPBB users. username_clean doesn't contain any uppercase characters, nor special ones. Check directly in the DB if in doubt. !IMPORTANT! PHPBB and Wordpress need to run on the same database. otherwise it won't work == Changelog == = Roadmap = * API to create logons on other CMS's * Make it work on multiple db's = 0.5 = * Enabled synchronisation = 0.4.6 = * Bugfix : Blank page on admin area fix = 0.4.4 = * Bugfix : Creates 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. Copy the files in the right places.