From 065c1b872a4ba6a2ea9403c8e7afe4487d196b23 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 4 Apr 2019 12:18:33 +0200 Subject: [dozmod] Add warning regarding clear text passwords Closes #3566 --- modules-available/dozmod/lang/de/template-tags.json | 1 + modules-available/dozmod/lang/en/template-tags.json | 1 + modules-available/dozmod/templates/networkshares-edit.html | 3 +++ 3 files changed, 5 insertions(+) diff --git a/modules-available/dozmod/lang/de/template-tags.json b/modules-available/dozmod/lang/de/template-tags.json index 8dc1dfdf..5bc2f2b1 100644 --- a/modules-available/dozmod/lang/de/template-tags.json +++ b/modules-available/dozmod/lang/de/template-tags.json @@ -79,6 +79,7 @@ "lang_organizationListHeader": "Nutzungsrechte f\u00fcr den Satelliten festlegen", "lang_os": "Betriebssystem", "lang_owner": "Besitzer", + "lang_passwordCleartextHint": "Bitte beachten Sie, dass ein hier explizit angegebenes Passwort im Klartext an das Poolsystem \u00fcbergeben wird. Sie sollten also nur dedizierte Funktionsaccounts nutzen, die keinen Zugriff auf weitere Systeme erm\u00f6glichen.", "lang_passwordplaceholder": "SMTP-Passwort", "lang_path": "Pfad", "lang_placeholders": "Platzhalter", diff --git a/modules-available/dozmod/lang/en/template-tags.json b/modules-available/dozmod/lang/en/template-tags.json index 1e75f24c..af64d000 100644 --- a/modules-available/dozmod/lang/en/template-tags.json +++ b/modules-available/dozmod/lang/en/template-tags.json @@ -79,6 +79,7 @@ "lang_organizationListHeader": "Set access permissions for organizations", "lang_os": "Operating System", "lang_owner": "Owner", + "lang_passwordCleartextHint": "Please not that explicitly provided credentials will be passed in clear text. You should only use dedicated accounts that don't give access to anything else than the desired network share(s).", "lang_passwordplaceholder": "SMTP Password", "lang_path": "Path", "lang_placeholders": "Placeholders", diff --git a/modules-available/dozmod/templates/networkshares-edit.html b/modules-available/dozmod/templates/networkshares-edit.html index c0c33afe..0872b7ce 100644 --- a/modules-available/dozmod/templates/networkshares-edit.html +++ b/modules-available/dozmod/templates/networkshares-edit.html @@ -48,6 +48,9 @@ +
+ {{lang_passwordCleartextHint}} +
{{lang_cancel}} -- cgit v1.2.3-55-g7522