Merge branch 'master' of https://github.com/Ylianst/MeshCentral
This commit is contained in:
commit
509b8161a5
|
@ -5,6 +5,7 @@
|
|||
"_MongoDb": "mongodb://127.0.0.1:27017",
|
||||
"_MongoDbName": "meshcentral",
|
||||
"_MongoDbChangeStream": true,
|
||||
"_MongoDumpPath": "C:\\Program Files\\MongoDB\\Server\\4.2\\bin\\mongodump.exe",
|
||||
"_WANonly": true,
|
||||
"_LANonly": true,
|
||||
"_Minify": 1,
|
||||
|
@ -19,7 +20,9 @@
|
|||
"powerevents": 864000
|
||||
},
|
||||
"_Port": 443,
|
||||
"_AliasPort": 444,
|
||||
"_RedirPort": 80,
|
||||
"_ExactPorts": "true",
|
||||
"_AllowLoginToken": true,
|
||||
"_AllowFraming": true,
|
||||
"_WebRTC": false,
|
||||
|
@ -82,7 +85,9 @@
|
|||
"_NewAccountEmailDomains": [ "sample.com" ],
|
||||
"_NewAccountsRights": [ "nonewgroups", "notools" ],
|
||||
"_ManageAllDeviceGroups": [ "admin" ],
|
||||
"Footer": "<a href='https://twitter.com/mytwitter'>Twitter</a>",
|
||||
"_WelcomeText": "Sample Text on Login Page.",
|
||||
"_WelcomePicture": "mainwelcome.jpg",
|
||||
"_Footer": "<a href='https://twitter.com/mytwitter'>Twitter</a>",
|
||||
"_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" },
|
||||
"_AgentNoProxy": true,
|
||||
|
|
|
@ -1183,6 +1183,7 @@
|
|||
},
|
||||
{
|
||||
"en": "64bit version of MacOS Mesh Agent",
|
||||
"nl": "64bit versie van de MacOS Mesh Agent",
|
||||
"xloc": [
|
||||
"default.handlebars->27->320"
|
||||
]
|
||||
|
@ -6997,6 +6998,7 @@
|
|||
},
|
||||
{
|
||||
"en": "Email Authentication",
|
||||
"nl": "E-mail authenticatie",
|
||||
"xloc": [
|
||||
"default-mobile.handlebars->9->30",
|
||||
"default.handlebars->27->759"
|
||||
|
@ -7061,6 +7063,7 @@
|
|||
},
|
||||
{
|
||||
"en": "Email sent.",
|
||||
"nl": "E-mail verzonden.",
|
||||
"xloc": [
|
||||
"login-mobile.handlebars->5->2",
|
||||
"login.handlebars->5->2"
|
||||
|
@ -7100,6 +7103,7 @@
|
|||
},
|
||||
{
|
||||
"en": "Enable email two-factor authenticaiton.",
|
||||
"nl": "Schakel e-mail tweefactorauthenticatie in.",
|
||||
"xloc": [
|
||||
"default-mobile.handlebars->9->32",
|
||||
"default.handlebars->27->761"
|
||||
|
@ -11517,6 +11521,7 @@
|
|||
},
|
||||
{
|
||||
"en": "Manage email authentication",
|
||||
"nl": "Beheer e-mailverificatie",
|
||||
"xloc": [
|
||||
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->3->manageEmail2FA->0",
|
||||
"default.handlebars->container->column_l->p2->p2AccountSecurity->3->manageEmail2FA->1->0"
|
||||
|
@ -16044,6 +16049,7 @@
|
|||
},
|
||||
{
|
||||
"en": "Secure Login",
|
||||
"nl": "Beveiligde login",
|
||||
"xloc": [
|
||||
"login-mobile.handlebars->5->20",
|
||||
"login.handlebars->5->20"
|
||||
|
@ -16341,6 +16347,7 @@
|
|||
},
|
||||
{
|
||||
"en": "Send token to registed email address?",
|
||||
"nl": "Token verzenden naar geregistreerd e-mailadres?",
|
||||
"xloc": [
|
||||
"login-mobile.handlebars->5->21",
|
||||
"login.handlebars->5->21"
|
||||
|
@ -20138,6 +20145,7 @@
|
|||
},
|
||||
{
|
||||
"en": "When enabled, on each login, you will be given the option to receive a login token to you email account for added security.",
|
||||
"nl": "Indien ingeschakeld, krijgt u bij elke login de optie om een login-token voor uw e-mailaccount te ontvangen voor extra veiligheid.",
|
||||
"xloc": [
|
||||
"default-mobile.handlebars->9->31",
|
||||
"default.handlebars->27->760"
|
||||
|
@ -20269,6 +20277,7 @@
|
|||
},
|
||||
{
|
||||
"en": "Win32 Executable",
|
||||
"nl": "Win32 uitvoerbaar",
|
||||
"xloc": [
|
||||
"default.handlebars->27->573"
|
||||
]
|
||||
|
@ -21948,4 +21957,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue