Template syntax error
This commit is contained in:
parent
b9a9e862b6
commit
4b8be1a112
@ -1,5 +1,5 @@
|
||||
{% if defined dovecot_users and dovecot_users is iterable %}
|
||||
{% foreach user in dovecot_users %}
|
||||
{% for user in dovecot_users %}
|
||||
{{ user.email }}:{{ user.password | password_hash('sha512') }}::::::
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user