net/haproxy: fixes for #970

This commit is contained in:
Frank Wall
2018-11-11 18:30:51 +01:00
parent 1e949192b4
commit 9f312bf1e5
2 changed files with 2 additions and 2 deletions
@@ -232,7 +232,7 @@
<id>backend.basicAuthEnabled</id>
<label>Enable</label>
<type>checkbox</type>
<help><![CDATA[Enable HTTP Basic Authentication.]]></help>
<help>Enable HTTP Basic Authentication.</help>
</field>
<field>
<id>backend.basicAuthUsers</id>
@@ -21,6 +21,6 @@
<id>user.password</id>
<label>Password</label>
<type>password</type>
<help><![CDATA[Both secure (encrypted) and insecure (unencrypted) passwords can be used. Most systems support MD5, SHA-256, SHA-512, and, of course, the classic DES-based method of encrypting passwords.<br/><div class="text-info"><b>NOTE:</b> Avoid using unencrypted passwords that start with a $-sign, because this indicates an encrypted password and will make it impossible to authenticate.</div>]]></help>
<help><![CDATA[Both encrypted and unencrypted passwords can be used. Most systems support MD5, SHA-256, SHA-512, and, of course, the classic DES-based method of encrypting passwords.<br/><div class="text-info"><b>NOTE:</b> Avoid using unencrypted passwords that start with a $-sign, because this indicates an encrypted password and will make it impossible to authenticate.</div>]]></help>
</field>
</form>