settings: Disable password strength checking in development.

This commit is contained in:
Tim Abbott 2017-03-22 13:08:56 -07:00
parent 0fec03f8bb
commit d39b2e116b
1 changed files with 4 additions and 0 deletions

View File

@ -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