summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2019-04-04 12:18:33 +0200
committerSimon Rettberg2019-04-04 12:19:16 +0200
commit8735e639846a1d7e0d264fc5d9746c94a1c4bf96 (patch)
tree74b02b560fe1d415efac4e0512fefc472d9f0314
parent[serversetup-bwlp-ipxe] Fix resetting of default bootentries on install (diff)
downloadslx-admin-8735e639846a1d7e0d264fc5d9746c94a1c4bf96.tar.gz
slx-admin-8735e639846a1d7e0d264fc5d9746c94a1c4bf96.tar.xz
slx-admin-8735e639846a1d7e0d264fc5d9746c94a1c4bf96.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}}