Skip to content

Commit 17cd8a2

Browse files
committed
Disable auth password validators on development
1 parent d73a57b commit 17cd8a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

readthedocs/settings/dev.py

+3
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ def DATABASES(self): # noqa
5151
# Disable auto syncing elasticsearch documents in development
5252
ELASTICSEARCH_DSL_AUTOSYNC = False
5353

54+
# Disable password validators on development
55+
AUTH_PASSWORD_VALIDATORS = []
56+
5457
@property
5558
def LOGGING(self): # noqa - avoid pep8 N802
5659
logging = super().LOGGING

0 commit comments

Comments
 (0)