[PR #12244] [MERGED] Fixes #11623: obfuscate Wi-Fi PSKs #13932

Closed
opened 2025-12-29 23:21:37 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/12244
Author: @decoupca
Created: 4/13/2023
Status: Merged
Merged: 4/24/2023
Merged by: @jeremystretch

Base: developHead: 11623-hide-wifi-secrets


📝 Commits (3)

📊 Changes

8 files changed (+110 additions, -10 deletions)

View changed files

📝 netbox/project-static/dist/netbox.js (+7 -7)
📝 netbox/project-static/dist/netbox.js.map (+2 -2)
📝 netbox/project-static/src/buttons/index.ts (+2 -0)
netbox/project-static/src/buttons/secretToggle.ts (+77 -0)
📝 netbox/project-static/src/stores/index.ts (+1 -0)
netbox/project-static/src/stores/secret.ts (+6 -0)
📝 netbox/templates/wireless/inc/authentication_attrs.html (+6 -1)
📝 netbox/wireless/forms/model_forms.py (+9 -0)

📄 Description

Fixes: #11623

  • Changes PSK fields to PasswordInputs in edit views
  • Obfuscates PSK on object view with show/hide toggle

🔄 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/12244 **Author:** [@decoupca](https://github.com/decoupca) **Created:** 4/13/2023 **Status:** ✅ Merged **Merged:** 4/24/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `11623-hide-wifi-secrets` --- ### 📝 Commits (3) - [`ef3d356`](https://github.com/netbox-community/netbox/commit/ef3d356167b5b24c4aad776ec1a8ece17a86735d) Fixes #11623: obfuscate Wi-Fi PSKs - [`8903478`](https://github.com/netbox-community/netbox/commit/8903478c208ef18010fa1e9eeee6ad7822902bbd) yarn linting fixes - [`e9f7377`](https://github.com/netbox-community/netbox/commit/e9f737743438857b3d160fd0f2d1ff3f01f84d54) include static files ### 📊 Changes **8 files changed** (+110 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `netbox/project-static/dist/netbox.js` (+7 -7) 📝 `netbox/project-static/dist/netbox.js.map` (+2 -2) 📝 `netbox/project-static/src/buttons/index.ts` (+2 -0) ➕ `netbox/project-static/src/buttons/secretToggle.ts` (+77 -0) 📝 `netbox/project-static/src/stores/index.ts` (+1 -0) ➕ `netbox/project-static/src/stores/secret.ts` (+6 -0) 📝 `netbox/templates/wireless/inc/authentication_attrs.html` (+6 -1) 📝 `netbox/wireless/forms/model_forms.py` (+9 -0) </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be approved and assigned prior to opening a pull request. This helps avoid waste time and effort on a proposed change that we might not be able to accept. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ISSUE WHICH HAS BEEN ASSIGNED TO YOU, IT WILL BE CLOSED AUTOMATICALLY. Please specify your assigned issue number on the line below. --> ### Fixes: #11623 * Changes PSK fields to `PasswordInput`s in edit views * Obfuscates PSK on object view with show/hide toggle --- <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-29 23:21:37 +01:00
adam closed this issue 2025-12-29 23:21:37 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13932