From 7c91e740a2d9f989f0045c3077f8c27948292bf2 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Wed, 24 Jun 2020 21:33:20 +0000 Subject: [PATCH] Added patch/fix-django-password-strength-kwargs.patch to the settings patch list. - Legacy-Id: 18061 --- ietf/settings.py | 1 + 1 file changed, 1 insertion(+) 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: