Relax password validator
This commit is contained in:
parent
db096c83f8
commit
644d640682
1 changed files with 0 additions and 3 deletions
|
@ -281,9 +281,6 @@ IMPERSONATE_DISABLE_LOGGING = True
|
|||
ACCOUNT_ACTIVATION_DAYS = 7
|
||||
|
||||
AUTH_PASSWORD_VALIDATORS = [
|
||||
{
|
||||
"NAME": "django.contrib.auth.password_validation.UserAttributeSimilarityValidator",
|
||||
},
|
||||
{
|
||||
"NAME": "django.contrib.auth.password_validation.MinimumLengthValidator",
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue