[PR #16982] [CLOSED] Closes #16964: Validate password when creating a new user or updating password for an existing user #14967

Closed
opened 2025-12-30 00:19:11 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/16982
Author: @nishant131
Created: 7/25/2024
Status: Closed

Base: developHead: 16964-validate-password-when-creating-updating-user-password


📝 Commits (1)

  • d3a9183 Closes #16964: Validate password when creating a new user or updating password for an existing user

📊 Changes

1 file changed (+3 additions, -1 deletions)

View changed files

📝 netbox/users/forms/model_forms.py (+3 -1)

📄 Description

Fixes: #16964

  • Call validate_password() on the configured password validators, while cleaning the UserForm data.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/16982 **Author:** [@nishant131](https://github.com/nishant131) **Created:** 7/25/2024 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `16964-validate-password-when-creating-updating-user-password` --- ### 📝 Commits (1) - [`d3a9183`](https://github.com/netbox-community/netbox/commit/d3a918357cfa1289c8b1f6c27bb88b937d44d9e1) Closes #16964: Validate password when creating a new user or updating password for an existing user ### 📊 Changes **1 file changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `netbox/users/forms/model_forms.py` (+3 -1) </details> ### 📄 Description ### Fixes: #16964 - Call `validate_password()` on the configured password validators, while cleaning the `UserForm` data. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 00:19:11 +01:00
adam closed this issue 2025-12-30 00:19:11 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14967