Skip to content

Commit

Permalink
Update readme to reflect the UseCanonicalCase setting
Browse files Browse the repository at this point in the history
  • Loading branch information
C4K3 committed Jun 21, 2016
1 parent f38b99d commit 65dfc4e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,17 @@ Open LocalSettings.php. Put this at the bottom of the file. Edit as needed.
require_once './extensions/Auth_phpbb.php';
$wgAuth_Config = array(); // Clean.

$wgAuth_Config['UseCanonicalCase'] = true; // Setting this to true causes the mediawiki usernames
// to match the casing of the phpbb ones (except with
// the first letter set uppercase.)
// Setting this to false causes usernames to be all
// lowercase except for the first character.
// Before June 2016 this setting was always false,
// changing it to true on an install where it previously
// was false will cause users with uppercase characters
// to appear as separate users from their previous
// all-lowercase account.
$wgAuth_Config['WikiGroupName'] = 'Wiki'; // Name of your PHPBB group
// users need to be a member
Expand Down

0 comments on commit 65dfc4e

Please sign in to comment.