summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2019-04-04 12:18:33 +0200
committerSimon Rettberg2019-04-04 12:18:33 +0200
commit065c1b872a4ba6a2ea9403c8e7afe4487d196b23 (patch)
tree0251cf75b6e9735799db9770eb7e52529b58839e
parent[statistics/locations] Add locationid constraints; update on delete (diff)
downloadslx-admin-065c1b872a4ba6a2ea9403c8e7afe4487d196b23.tar.gz
slx-admin-065c1b872a4ba6a2ea9403c8e7afe4487d196b23.tar.xz
slx-admin-065c1b872a4ba6a2ea9403c8e7afe4487d196b23.zip
[dozmod] Add warning regarding clear text passwords
Closes #3566
-rw-r--r--modules-available/dozmod/lang/de/template-tags.json1
-rw-r--r--modules-available/dozmod/lang/en/template-tags.json1
-rw-r--r--modules-available/dozmod/templates/networkshares-edit.html3
3 files changed, 5 insertions, 0 deletions
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 @@
<label class="input-group-addon" for="password">{{lang_password}}</label>
<input required type="{{password_type}}" name="password" id="password" class="form-control" value="{{password}}" {{#loggedInUser_selected}}disabled{{/loggedInUser_selected}}>
</div>
+ <div>
+ {{lang_passwordCleartextHint}}
+ </div>
<div class="text-right" style="margin-top: 20px">
<a href="?do=dozmod&amp;section=networkshares" class="btn btn-default">
{{lang_cancel}}