mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
settings: Disable password strength checking in development.
This commit is contained in:
@@ -49,3 +49,7 @@ POST_MIGRATION_CACHE_FLUSHING = True # type: bool
|
||||
# Enable inline open graph preview in development for now
|
||||
INLINE_URL_EMBED_PREVIEW = True
|
||||
ANALYTICS_LOCK_DIR = "var/analytics-lock-dir"
|
||||
|
||||
# Don't require anything about password strength in development
|
||||
PASSWORD_MIN_LENGTH = 0
|
||||
PASSWORD_MIN_ZXCVBN_QUALITY = 0
|
||||
|
||||
Reference in New Issue
Block a user