- Allow specifying frequency lists in ``ZXCVBNValidator`` options (baa47cd). - Return warnings as validationErrors, create list of warning/suggestion to return as ValidationError(s), fixing translations (12946bb).
2.0.3
==================
- Use new location for package ``python-zxcvbn``, now ``zxcvbn`` (2ea1b69).
2.0.2
==================
Documented ---------- - Improve usage notes (7a1ed42). Related issues/PRs: 31.
Fixed ----- - Fix call to super in PasswordConfirmationInput (fc551b8). - Improve password validator help text (c5d21a1). Related issues/PRs: 46. - Strength bar color go green only when superior to min score (9a44fd8). Related issues/PRs: 3.
* Drop Django 1.8 support in favor of AUTH_PASSWORD_VALIDATORS setting introduced in Django 1.9. * Update zxcvbn to more recent version (dwolfhub/zxcvbn-python on GitHub). * Update JavaScript code to latest version. * Remove all settings (they now go in AUTH_PASSWORD_VALIDATOR options). * Change license to ISC.