Skip to content

Commit

Permalink
Rename validators in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Jan 31, 2024
1 parent 25ada39 commit df1a80c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codeforlife/settings/django.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@
"NAME": "codeforlife.user.auth.password_validators.TeacherPasswordValidator",
},
{
"NAME": "codeforlife.user.auth.password_validators.DependentStudentPasswordValidator",
"NAME": "codeforlife.user.auth.password_validators.StudentPasswordValidator",
},
{
"NAME": "codeforlife.user.auth.password_validators.IndependentStudentPasswordValidator",
"NAME": "codeforlife.user.auth.password_validators.IndependentPasswordValidator",
},
]

Expand Down

0 comments on commit df1a80c

Please sign in to comment.