mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
unEscape ssh/rdp creds from db (#6001)
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
parent
548edd13d6
commit
4ba08a96f7
2 changed files with 7 additions and 3 deletions
|
@ -3226,6 +3226,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
|
|||
if (command.responseid != null) { try { ws.send(JSON.stringify({ action: 'changedevice', responseid: command.responseid, result: 'Access Denied' })); } catch (ex) { } }
|
||||
return;
|
||||
}
|
||||
node = common.unEscapeLinksFieldName(node); // unEscape node data for rdp/ssh credentials
|
||||
var mesh = parent.meshes[node.meshid], amtchange = 0;
|
||||
|
||||
// Ready the node change event
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue