Simplify default password policy
authorGergő Tisza <tgr.huwiki@gmail.com>
Thu, 20 Dec 2018 22:51:14 +0000 (14:51 -0800)
committerReedy <reedy@wikimedia.org>
Thu, 27 Dec 2018 20:25:40 +0000 (20:25 +0000)
commita183aee89e506183323b905153b302d54cd34d49
treead77dd6463bf9c811e8bf49077b20539c8a3d0ef
parenteb741da7a18c7f52dc2e2b55c4f34e69362b5c7f
Simplify default password policy

* Remove PasswordNotInLargeBlacklist => false, it's a no-op
* Deduplicate PasswordCannotMatchUsername
* Remove PasswordCannotBePopular. There is no point in using both
  PasswordCannotBePopular (top 10K passwords from SecLists) and
  PasswordNotInLargeBlacklist (top 100K passwords from SecLists),
  and the CDB lookup is probably not that cheap.

Change-Id: I868846931988b88f06800e42861e82e2bb0bc427
includes/DefaultSettings.php