Template syntax error

This commit is contained in:
Jason Rothstein 2022-04-10 18:07:19 -05:00
parent b9a9e862b6
commit 4b8be1a112

View File

@ -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 %}