Replies: 1 comment 3 replies
-
You can configure the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Saw that AUTH_PASSWORD_VALIDATORS checks 4 things from DJANGO, but also curious if there would be a way to add in validations to ensure additional checks such as ensuring that passwords contain at least 1 upper case, 1 lower case, and 1 numeric value. I know that it checks for entirely numeric, and common values, plus 2 other checks. But adding in checks for character types would help improve security. The idea is that these would NOT be turned on and required by default, but configurable by the user.
I feel that this would really help improve the security of Netbox
Beta Was this translation helpful? Give feedback.
All reactions