[PR #981] [CLOSED] Add the ability to disable Mesh auto-login via URL #1808

Closed
opened 2026-03-02 02:24:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/amidaware/tacticalrmm/pull/981
Author: @fts-tmassey
Created: 2/19/2022
Status: Closed

Base: masterHead: issue-980-disable-mesh-auto-login


📝 Commits (2)

  • e7eccd1 Add the ability to disable Mesh auto-login via URL
  • 82ac685 allow disable Mesh auto-login via URL for terminal and file

📊 Changes

4 files changed (+36 additions, -7 deletions)

View changed files

📝 api/tacticalrmm/agents/views.py (+8 -3)
api/tacticalrmm/core/migrations/0030_coresettings_mesh_auto_login.py (+18 -0)
📝 api/tacticalrmm/core/models.py (+1 -0)
📝 web/src/components/modals/coresettings/EditCoreSettings.vue (+9 -4)

📄 Description

A proof of concept to update the global settings to enable or disable automatically logging into MeshCentral by using the login= URL parameter. See issue 980 in wi1te909/tacticalrmm for additional details.


🔄 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/amidaware/tacticalrmm/pull/981 **Author:** [@fts-tmassey](https://github.com/fts-tmassey) **Created:** 2/19/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `issue-980-disable-mesh-auto-login` --- ### 📝 Commits (2) - [`e7eccd1`](https://github.com/amidaware/tacticalrmm/commit/e7eccd1d748835778f711661622bdde101f78810) Add the ability to disable Mesh auto-login via URL - [`82ac685`](https://github.com/amidaware/tacticalrmm/commit/82ac685adf20815779afdfd25f93161833fd5782) allow disable Mesh auto-login via URL for terminal and file ### 📊 Changes **4 files changed** (+36 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `api/tacticalrmm/agents/views.py` (+8 -3) ➕ `api/tacticalrmm/core/migrations/0030_coresettings_mesh_auto_login.py` (+18 -0) 📝 `api/tacticalrmm/core/models.py` (+1 -0) 📝 `web/src/components/modals/coresettings/EditCoreSettings.vue` (+9 -4) </details> ### 📄 Description A proof of concept to update the global settings to enable or disable automatically logging into MeshCentral by using the login= URL parameter. See issue 980 in wi1te909/tacticalrmm for additional details. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 02:24:50 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tacticalrmm#1808
No description provided.