* Fixed a bug that would occour if $wgCapitalLinks was set to false, a user
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Mon, 27 Jun 2005 06:33:45 +0000 (06:33 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Mon, 27 Jun 2005 06:33:45 +0000 (06:33 +0000)
commit7666ef1c37adb408b9381300b6d0f0ae443e39c2
tree3cb17921f873f3de1195a2461cfb154d6c5c3c35
parent9e3cc446b153eb822f70c909a08e071e63ec0bfd
* Fixed a bug that would occour if $wgCapitalLinks was set to false, a user
  agent could create a username that began with a lower case letter that was
  not in the ASCII character set ( now user $wgContLang->ucfirst() instead of
  PHP ucfirst() )
* Moved the user name / password validity checking from
  LoginForm::addNewAccountInternal() to two new functions,
  User::isValidUserName() and User::isValidPassword(), extensions can now do
  these checks without rewriting code.
RELEASE-NOTES
includes/SpecialUserlogin.php
includes/User.php