mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
This adds some configuration options to settings.py, namely PASSWORD_MIN_LENGTH and PASSWORD_MIN_QUALITY, which control when the frontend validator invalidates the password. Closes #2628