r9903 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r9902‎ | r9903 | r9904 >
Date:18:52, 4 July 2005
Author:avar
Status:old
Tags:
Comment:
* Changing $wgMaxNameChars to 255, the number of bytes user_name in the
database can handle.
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -586,7 +586,7 @@
587587
588588
589589 $wgShowIPinHeader = true; # For non-logged in users
590 -$wgMaxNameChars = 32; # Maximum number of bytes in username
 590+$wgMaxNameChars = 255; # Maximum number of bytes in username
591591
592592 $wgExtraSubtitle = '';
593593 $wgSiteSupportPage = ''; # A page where you users can receive donations

Status & tagging log