Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for configuration of password validators #7650

Closed
jeremystretch opened this issue Oct 27, 2021 · 0 comments
Closed

Allow for configuration of password validators #7650

jeremystretch opened this issue Oct 27, 2021 · 0 comments
Assignees
Labels
status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application
Projects
Milestone

Comments

@jeremystretch
Copy link
Member

NetBox version

v3.0.8

Feature type

New functionality

Proposed functionality

Introduce a new configuration parameter to expose Django's built-in support for customizable password validation. Essentially, we'll either wrap or directly expose the AUTH_PASSWORD_VALIDATORS setting.

I believe these are enforced only for local user accounts, but will need to check.

Use case

Allows NetBox administrators to enforce password policies for locally-authenticated users. For instance, by setting a minimum length and/or character set.

Database changes

No response

External dependencies

No response

@jeremystretch jeremystretch added type: feature Introduction of new functionality to the application status: under review Further discussion is needed to determine this issue's scope and/or implementation labels Oct 27, 2021
@jeremystretch jeremystretch added status: needs milestone Awaiting prioritization for inclusion with a future NetBox release status: accepted This issue has been accepted for implementation and removed status: under review Further discussion is needed to determine this issue's scope and/or implementation status: needs milestone Awaiting prioritization for inclusion with a future NetBox release labels Dec 13, 2021
@jeremystretch jeremystretch added this to the v3.2 milestone Dec 15, 2021
@jeremystretch jeremystretch added this to Core in Roadmap Dec 15, 2021
@jeremystretch jeremystretch self-assigned this Dec 16, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application
Projects
No open projects
Development

No branches or pull requests

1 participant