mirror of https://github.com/zulip/zulip.git
settings: Disable password strength checking in development.
This commit is contained in:
parent
0fec03f8bb
commit
d39b2e116b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue