Skip to content

Commit

Permalink
Updated minimum password length to fit our update requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Sondre Malerud committed Apr 1, 2025
1 parent 5c4dc8a commit 650a0b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend/secfit/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@
},
{
'NAME': 'django.contrib.auth.password_validation.MinimumLengthValidator',
'OPTIONS': {
'min_length': 12,
}
},
{
'NAME': 'django.contrib.auth.password_validation.CommonPasswordValidator',
Expand Down

0 comments on commit 650a0b3

Please sign in to comment.