[PR #12054] [CLOSED] Closes #11623: hide Wi-Fi PSK #13897

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/12054
Author: @decoupca
Created: 3/24/2023
Status: Closed

Base: developHead: 11623-hide-wifi-psk


📝 Commits (10+)

📊 Changes

80 files changed (+580 additions, -278 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug_report.yaml (+1 -1)
📝 .github/ISSUE_TEMPLATE/feature_request.yaml (+1 -1)
📝 README.md (+0 -2)
📝 base_requirements.txt (+2 -1)
📝 docs/configuration/development.md (+1 -1)
📝 docs/configuration/remote-authentication.md (+1 -1)
📝 docs/configuration/system.md (+1 -1)
📝 docs/customization/reports.md (+1 -1)
📝 docs/installation/1-postgresql.md (+1 -1)
📝 docs/integrations/rest-api.md (+8 -3)
docs/media/admin_ui_grant_permission.png (+0 -0)
📝 docs/release-notes/version-3.4.md (+41 -1)
📝 mkdocs.yml (+5 -1)
📝 netbox/circuits/tables/circuits.py (+3 -1)
📝 netbox/circuits/views.py (+1 -0)
📝 netbox/dcim/filtersets.py (+68 -49)
📝 netbox/dcim/forms/bulk_create.py (+2 -2)
📝 netbox/dcim/forms/bulk_edit.py (+10 -2)
📝 netbox/dcim/forms/bulk_import.py (+17 -2)
📝 netbox/dcim/forms/object_create.py (+1 -1)

...and 60 more files

📄 Description

Fixes: #11623

Changes wifi PSK field to a toggle-able password field


🔄 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/12054 **Author:** [@decoupca](https://github.com/decoupca) **Created:** 3/24/2023 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `11623-hide-wifi-psk` --- ### 📝 Commits (10+) - [`bd4168e`](https://github.com/netbox-community/netbox/commit/bd4168e23d438467de7261a2aee3f12b1eef3fb4) Closes #11623: hide Wi-Fi PSK - [`96eb89a`](https://github.com/netbox-community/netbox/commit/96eb89a469b255a209d80555d487b1cdddd6062f) 12049 fix passsword typo - [`571d33e`](https://github.com/netbox-community/netbox/commit/571d33e660680951921861bf7459a33119d4866e) Fixes #11977: Multiple remote authentication backends (#12012) - [`835af32`](https://github.com/netbox-community/netbox/commit/835af32213456a331d8450b68228cdaabdcd1e21) 12008 make export templates cloneable - [`879aabe`](https://github.com/netbox-community/netbox/commit/879aabe2f9a336f5815f84ffb1eda4ba06246d1a) 12038 fix clone tag - [`654e32c`](https://github.com/netbox-community/netbox/commit/654e32cbbe1ca48181bc2db4d12dec69dca73ee6) 11933 saved filters clone of content-types and add m2m field cloning (#12014) - [`a2c7452`](https://github.com/netbox-community/netbox/commit/a2c7452f9010719a979c8fdc11ad97d5390b30bd) 12058 add clone to config context - [`7d64e5b`](https://github.com/netbox-community/netbox/commit/7d64e5bc622a371d258280384870178f92e6affd) #12058: Fix initial JSON population - [`19787dd`](https://github.com/netbox-community/netbox/commit/19787dd21d412d78f50c70258ebb3d4d5e4daa5c) Update changelog - [`87eabdb`](https://github.com/netbox-community/netbox/commit/87eabdbffba5d2bb2d42bc5b3464783b56ec058e) 12029 add description to virtual description add ### 📊 Changes **80 files changed** (+580 additions, -278 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/bug_report.yaml` (+1 -1) 📝 `.github/ISSUE_TEMPLATE/feature_request.yaml` (+1 -1) 📝 `README.md` (+0 -2) 📝 `base_requirements.txt` (+2 -1) 📝 `docs/configuration/development.md` (+1 -1) 📝 `docs/configuration/remote-authentication.md` (+1 -1) 📝 `docs/configuration/system.md` (+1 -1) 📝 `docs/customization/reports.md` (+1 -1) 📝 `docs/installation/1-postgresql.md` (+1 -1) 📝 `docs/integrations/rest-api.md` (+8 -3) ➕ `docs/media/admin_ui_grant_permission.png` (+0 -0) 📝 `docs/release-notes/version-3.4.md` (+41 -1) 📝 `mkdocs.yml` (+5 -1) 📝 `netbox/circuits/tables/circuits.py` (+3 -1) 📝 `netbox/circuits/views.py` (+1 -0) 📝 `netbox/dcim/filtersets.py` (+68 -49) 📝 `netbox/dcim/forms/bulk_create.py` (+2 -2) 📝 `netbox/dcim/forms/bulk_edit.py` (+10 -2) 📝 `netbox/dcim/forms/bulk_import.py` (+17 -2) 📝 `netbox/dcim/forms/object_create.py` (+1 -1) _...and 60 more files_ </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 wifi PSK field to a toggle-able password field --- <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:25 +01:00
adam closed this issue 2025-12-29 23:21:25 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13897