Fixes for password checker from r70520:
authorMax Semenik <maxsem@users.mediawiki.org>
Mon, 9 Aug 2010 16:17:00 +0000 (16:17 +0000)
committerMax Semenik <maxsem@users.mediawiki.org>
Mon, 9 Aug 2010 16:17:00 +0000 (16:17 +0000)
commit7d9d83329f3c2f7b24703b1a02b21f2a4a922595
tree880cf61fe950f2adcae11fac04999e2ff3978cc7
parent9f1573f4923dfa4ccc706ad84350ccd827898204
Fixes for password checker from r70520:
* Removed the upper bound for brute force complexity checks
* Score for repetitions is now linear and is subtracted from brute force score to avoid overpenalizing long passwords
* Disabled checks by default for now, since many people consider them overly intrusive
* Made OutputPage::addPasswordSecurity() include jQuery just in case it's not already included
* Documented a little
includes/DefaultSettings.php
includes/OutputPage.php
skins/common/password.js