Template syntax error
This commit is contained in:
		| @@ -1,5 +1,5 @@ | |||||||
| {% if defined dovecot_users and dovecot_users is iterable %} | {% 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') }}:::::: | {{ user.email }}:{{ user.password | password_hash('sha512') }}:::::: | ||||||
| {% endfor %} | {% endfor %} | ||||||
| {% endif %} | {% endif %} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user