1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-02-12 11:01:52 +00:00

AgentInviteCodes in wrong section

Move `AgentInviteCodes` from settings section to domain(s) section
This commit is contained in:
dnutan 2020-05-01 21:36:28 +02:00 committed by GitHub
parent d4407de2b3
commit 714780aae5

View file

@ -27,7 +27,6 @@
"_ExactPorts": true, "_ExactPorts": true,
"_AllowLoginToken": true, "_AllowLoginToken": true,
"_AllowFraming": true, "_AllowFraming": true,
"_AgentInviteCodes": true,
"_WebRTC": false, "_WebRTC": false,
"_Nice404": false, "_Nice404": false,
"_ClickOnce": false, "_ClickOnce": false,
@ -104,6 +103,7 @@
"_Footer": "<a href='https://twitter.com/mytwitter'>Twitter</a>", "_Footer": "<a href='https://twitter.com/mytwitter'>Twitter</a>",
"_CertUrl": "https://192.168.2.106:443/", "_CertUrl": "https://192.168.2.106:443/",
"_PasswordRequirements": { "min": 8, "max": 128, "upper": 1, "lower": 1, "numeric": 1, "nonalpha": 1, "reset": 90, "force2factor": true, "skip2factor": "127.0.0.1,192.168.2.0/24" }, "_PasswordRequirements": { "min": 8, "max": 128, "upper": 1, "lower": 1, "numeric": 1, "nonalpha": 1, "reset": 90, "force2factor": true, "skip2factor": "127.0.0.1,192.168.2.0/24" },
"_AgentInviteCodes": true,
"_AgentNoProxy": true, "_AgentNoProxy": true,
"_GeoLocation": true, "_GeoLocation": true,
"_UserAllowedIP": "127.0.0.1,192.168.1.0/24", "_UserAllowedIP": "127.0.0.1,192.168.1.0/24",