mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[PR #981] [CLOSED] Add the ability to disable Mesh auto-login via URL #3759
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#3759
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/amidaware/tacticalrmm/pull/981
Author: @fts-tmassey
Created: 2/19/2022
Status: ❌ Closed
Base:
master← Head:issue-980-disable-mesh-auto-login📝 Commits (2)
e7eccd1Add the ability to disable Mesh auto-login via URL82ac685allow 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.