summaryrefslogtreecommitdiffstats
path: root/templates/sysconfig/sshconfig-start.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/sysconfig/sshconfig-start.html')
-rw-r--r--templates/sysconfig/sshconfig-start.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/sysconfig/sshconfig-start.html b/templates/sysconfig/sshconfig-start.html
index 9d1426d1..2aa409d3 100644
--- a/templates/sysconfig/sshconfig-start.html
+++ b/templates/sysconfig/sshconfig-start.html
@@ -6,10 +6,11 @@
<input type="text" name="title" value="{{title}}" class="form-control" autofocus="autofocus">
</div>
<div class="form-group">
- <label class="checkbox" for="allow-pw">{{lang_allowPass}}
+ <label>
<input type="checkbox" name="allowPasswordLogin" value="yes" {{#apl}}checked{{/apl}}>
+ {{lang_allowPass}}
</label>
- <i>{{lang_allowPassInfo}}</i>
+ <p><i>{{lang_allowPassInfo}}</i></p>
</div>
<div class="form-group">
<label for="root-key">{{lang_rootKey}}</label>