Account security notifications via email

This commit is contained in:
Raphael Michel
2016-10-09 11:22:28 +02:00
parent 01b6fe2e45
commit f82b5ddaae
3 changed files with 76 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
{% load i18n %}{% blocktrans with url=url|safe %}Hello,
this is to inform you that the account information of your pretix account has been
changed. In particular, the following changes have been performed:
{{ messages }}
If this change was not performed by you, please contact us immediately.
You can review and change your account settings here:
{{ url }}
Best regards,
Your pretix team
{% endblocktrans %}