[PR #16122] [MERGED] Closes #16107: Set LOGIN_REQUIRED to True by default #14785

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/16122
Author: @jeremystretch
Created: 5/14/2024
Status: Merged
Merged: 5/14/2024
Merged by: @jeremystretch

Base: developHead: 16107-login_required-default


📝 Commits (2)

📊 Changes

6 files changed (+15 additions, -11 deletions)

View changed files

📝 docs/configuration/security.md (+5 -2)
📝 netbox/netbox/configuration_example.py (+2 -3)
📝 netbox/netbox/settings.py (+1 -1)
📝 netbox/netbox/tests/test_plugins.py (+3 -1)
📝 netbox/utilities/testing/api.py (+2 -2)
📝 netbox/utilities/testing/views.py (+2 -2)

📄 Description

Fixes: #16107

  • Change default value for parameter
  • Update documentation & example configuration file

🔄 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/16122 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 5/14/2024 **Status:** ✅ Merged **Merged:** 5/14/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `16107-login_required-default` --- ### 📝 Commits (2) - [`79751db`](https://github.com/netbox-community/netbox/commit/79751db587e9548bec6f0bc2ca560b097ec726ec) Closes #16107: Set LOGIN_REQUIRED to True by default - [`d8d665e`](https://github.com/netbox-community/netbox/commit/d8d665ecd9ee958abd898aff84d65a557d702ca5) Update tests ### 📊 Changes **6 files changed** (+15 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `docs/configuration/security.md` (+5 -2) 📝 `netbox/netbox/configuration_example.py` (+2 -3) 📝 `netbox/netbox/settings.py` (+1 -1) 📝 `netbox/netbox/tests/test_plugins.py` (+3 -1) 📝 `netbox/utilities/testing/api.py` (+2 -2) 📝 `netbox/utilities/testing/views.py` (+2 -2) </details> ### 📄 Description ### Fixes: #16107 - Change default value for parameter - Update documentation & example configuration file --- <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:26:43 +01:00
adam closed this issue 2025-12-29 23:26:43 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14785