Added more french special chars to list

This commit is contained in:
Darks 2022-12-19 12:10:12 +01:00 committed by Eragon
parent 7f53b6c6c2
commit 65fd5c8188
Signed by untrusted user: Eragon
GPG Key ID: 087126EBFC725006
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ def is_strong(form, password):
"ABCDFEGHIJKLMNOPQRSTUVWXYZ",
"0123456789",
" !\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~§", # OWASP special chars
"áàâéèêíìîóòôúùûç",
"áàâéèêíìîóòôúùûçÁÀÂÉÈÊÍÌÎÓÒÔÚÙÛǵ²³", # French layout special chars
]
used = set()
for c in password: