Merge HRT-63: Blacklist + validation complexite mots de passe

Fix review: abc12345 -> abc1234 dans test_security.py (TestWeakPasswordRejection)
Valide CTO — coherence blacklist/test confirmee.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
DevOps Engineer
2026-04-27 16:14:17 +02:00

View File

@@ -321,7 +321,7 @@ class TestWeakPasswordRejection:
"admin123",
"welcome1",
"iloveyou",
"abc12345",
"abc1234",
"sunshine",
"111111111",
]