Django-advanced-password-validation

Latest version: v1.2.0

Safety actively analyzes 621329 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.2.0

**Added**

- N/A

**Removed**

- Django 2.2 no longer supported as it has been deprecated by the Django Project

**Edited**

- N/A

**Bug Fix**

- Fixed improper use of alias "_" for plural messages with ngettext
- Changed gettext usage to lazy translations

1.1.0

**Added**

- MaximumLengthValidator
- MaxConsecutiveCharactersValidator
- ConsecutivelyIncreasingDigitValidator
- ConsecutivelyDecreasingDigitValidator

**Removed**

- N/A

**Edited**

- Updated the Options list to show inputs and default values for the new methods.

**Bug Fix**

- package has been renamed from "django-advanced_password_validation" to "django_advanced_password_validation" to fix the *django.core.exceptions.improperlyconfigured: the app label 'django-advanced_password_validation' is not a valid python identifier* error

1.0.4

**Added**

- N/A

**Removed**

- Unused import gettext has been removed.

**Edited**

- *ContainsNumeralsValidator* has been modified to *ContainsDigitsValidator* to be a more intuitive naming convention (i.e. 15 is one numeral, but two digits)
- Option *min_numerals* has been changed to *min_digits*

**Bug Fix**

- ContainsSpecialValidator was only checking for one (1) special character instead of the minimum parameter.

1.0.3

**Added**

- ContainsNumeralsValidator
- ContainsUppercaseValidator
- ContainsLowercaseValidator
- ContainsSpecialCharactersValidator

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.