MediaWiki Usernames New Configuration Setting
New feature added! The ability to choose how your phpBB users will be logged into your MediaWiki installation. You can now place the following in your LocalSettings.php
to set Mediawiki usernames to be the same as the phpBB ones.
$wgPhpbbAuthNameFormat = 'phpbb';
If you do not specify, the default MediaWiki naming convention is used, so it will not break any prior installations.