diff --git a/ietf/settings.py b/ietf/settings.py index 8c02973fd..394cdd03b 100644 --- a/ietf/settings.py +++ b/ietf/settings.py @@ -1108,6 +1108,7 @@ CHECKS_LIBRARY_PATCHES_TO_APPLY = [ 'patch/fix-oidc-access-token-post.patch', 'patch/fix-jwkest-jwt-logging.patch', 'patch/fix-oic-logging.patch', + 'patch/fix-django-password-strength-kwargs.patch', ] if DEBUG: try: