Closed
Description
NetBox version
v4.0.9
Feature type
Change to existing functionality
Proposed functionality
Although NetBox supports the enforcement for configurable password policy, it does not assert any policy by default. This FR proposes defining a simple default compliance policy for local passwords. The following criteria are proposed:
- Minimum length of 12 characters
- At least one each of lowercase characters, uppercase characters, numeric digits, and symbols
(This new default policy can be disabled by setting AUTH_PASSWORD_VALIDATORS = []
in the NetBox configuration.)
Use case
This will provide a reasonable baseline for ensuring the use of strong local passwords.
Database changes
No response
External dependencies
No response