password: Move commonpasswords.cdb to includes/password/
authorTimo Tijhof <krinklemail@gmail.com>
Fri, 20 Jul 2018 04:14:29 +0000 (21:14 -0700)
committerKrinkle <krinklemail@gmail.com>
Wed, 1 Aug 2018 22:40:30 +0000 (22:40 +0000)
commit553b4b0cd4c67dee0819f63e60a5546a0c66ce55
tree0c7b6b6f57c3b236e426c6784b2c7474fdbd0340
parent3186d2d04be45d811123a8bc0c51ec3942c7e313
password: Move commonpasswords.cdb to includes/password/

Similar to other non-php files used by various classes/libs.

This leaves the serialized/ empty (apart from dotfiles), and as
such the directory was removed.

Change-Id: I538ffe0828843220ac4e161cf2e119deb9bd7ac0
includes/DefaultSettings.php
includes/password/commonpasswords.cdb [new file with mode: 0644]
maintenance/createCommonPasswordCdb.php
serialized/.gitignore [deleted file]
serialized/.htaccess [deleted file]
serialized/commonpasswords.cdb [deleted file]
tests/phpunit/includes/password/PasswordPolicyChecksTest.php