=== 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. == Changelog == = 1.0 = * A change since the previous version. * Another change. = 0.5 = * List versions from most recent at top to oldest at bottom. == 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.