mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/haproxy: fixes for #970
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user