From: Ævar Arnfjörð Bjarmason Date: Mon, 4 Jul 2005 18:52:29 +0000 (+0000) Subject: * Changing $wgMaxNameChars to 255, the number of bytes user_name in the X-Git-Tag: 1.5.0beta2~16 X-Git-Url: http://git.cyclocoop.org/wiki/%7B%7Bpath%7D%7Dmw-config/index.php?a=commitdiff_plain;h=9f575f6a20c51baee011dcdae1b1163b4ff35db6;p=lhc%2Fweb%2Fwiklou.git * Changing $wgMaxNameChars to 255, the number of bytes user_name in the database can handle. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index ca53baa891..a94f06af1d 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -586,7 +586,7 @@ $wgRedirectSources = false; $wgShowIPinHeader = true; # For non-logged in users -$wgMaxNameChars = 32; # Maximum number of bytes in username +$wgMaxNameChars = 255; # Maximum number of bytes in username $wgExtraSubtitle = ''; $wgSiteSupportPage = ''; # A page where you users can receive donations