kanayak123 / pyadselfservice

Easy and secure web based password change portal for Active Directory user accounts.
https://technokan.blogspot.com/2016/10/web-based-python3-password-reset-tool.html
21 stars 7 forks source link

PASSWORD_MIN_ENTROPY #9

Closed pchaploutskii closed 4 years ago

pchaploutskii commented 5 years ago

Hi, do we know if this option PASSWORD_MIN_ENTROPY involved in code?

kanayak123 commented 4 years ago

Yes, it's a config parameter for zxcvbn password checker.. if you don't want to enforce strong password, you can reduce it. Read the zxcvbn password checker guide.