fix md5
This commit is contained in:
parent
6aa6dbee84
commit
46ac5b8420
@ -6,7 +6,7 @@ Director {
|
||||
{% if item.description is defined %}
|
||||
Description = "{{ item.description }}"
|
||||
{% endif %}
|
||||
Password = "[MD5]{{ item.password | md5 }}"
|
||||
Password = "[md5]{{ item.password | md5 }}"
|
||||
{% if item.monitor is defined and item.monitor %}
|
||||
Monitor = Yes
|
||||
{% endif %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user