Password not always required on account creation
authorAryeh Gregor <simetrical@users.mediawiki.org>
Thu, 3 Jun 2010 17:31:14 +0000 (17:31 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Thu, 3 Jun 2010 17:31:14 +0000 (17:31 +0000)
commit279172d5f95f7ca1ffd674aa27abd8332c25954b
treecc53923b7effc310b35fbda1732fb6d6f27708cc
parente347b2bab58e45c9b5ecd654eeb65c24558328c7
Password not always required on account creation

Bug 23769.  It's not required when the account is being created by
e-mail, regardless of $wgMinimalPasswordLength.  This commit technically
does nothing, given r67283, but it will keep the bug fixed even in the
future when r67283 can be reverted.
includes/User.php