🔒️(passwords) add validators for production

This enabled various password validators to enforce password complexity.
This commit is contained in:
Quentin BEY
2025-03-28 14:09:01 +01:00
committed by BEY Quentin
parent 838d1267b2
commit dd43483ce6
5 changed files with 153 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ dependencies = [
"django-storages==1.14.5",
"django-timezone-field>=5.1",
"django-treebeard==4.7.1",
"django-zxcvbn-password-validator==1.4.5",
"django==5.1.7",
"djangorestframework==3.15.2",
"dockerflow==2024.4.2",