mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added account restriction on adding new devices.
This commit is contained in:
parent
5bd87f602a
commit
ecd79e7516
2 changed files with 12 additions and 6 deletions
|
@ -67,6 +67,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
|
|||
const SITERIGHT_RECORDINGS = 0x00000200; // 512
|
||||
const SITERIGHT_LOCKSETTINGS = 0x00000400; // 1024
|
||||
const SITERIGHT_ALLEVENTS = 0x00000800; // 2048
|
||||
const SITERIGHT_NONEWDEVICES = 0x00001000; // 4096
|
||||
const SITERIGHT_ADMIN = 0xFFFFFFFF;
|
||||
|
||||
// Protocol Numbers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue