From 0f3e19945d7b288aaf26ad0d0a6a55a15ebfbc72 Mon Sep 17 00:00:00 2001 From: MordyT Date: Sun, 15 Mar 2020 03:24:20 -0500 Subject: [PATCH 1/2] Additional Config Options --- sample-config.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sample-config.json b/sample-config.json index f765d410..4133ee89 100644 --- a/sample-config.json +++ b/sample-config.json @@ -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": "Twitter", + "_WelcomeText": "Sample Text on Login Page.", + "_WelcomePicture": "mainwelcome.jpg", + "_Footer": "Twitter", "_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, From f7921662c8b90bb48e4243ce7593bb0eeb065ae7 Mon Sep 17 00:00:00 2001 From: petervanv <58996467+petervanv@users.noreply.github.com> Date: Sun, 15 Mar 2020 12:11:58 +0100 Subject: [PATCH 2/2] Update Dutch language 0.5.0-G --- translate/translate.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/translate/translate.json b/translate/translate.json index 11a8dee4..95cdad22 100644 --- a/translate/translate.json +++ b/translate/translate.json @@ -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 @@ ] } ] -} \ No newline at end of file +}