mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Removed deprecated event and handlers. (block use of domain)
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
{% include 'emails.header-html' %}
|
||||
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
||||
Firefly III has just blocked a registration for an email addres at domain {{ blocked_domain }}.
|
||||
</p>
|
||||
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
||||
The blocked email address was "{{ email_address }}".
|
||||
</p>
|
||||
{% include 'emails.footer-html' %}
|
@@ -1,5 +0,0 @@
|
||||
{% include 'emails.header-text' %}
|
||||
Firefly III has just blocked a registration for an email addres at domain {{ blocked_domain }}.
|
||||
|
||||
The blocked email address was "{{ email_address }}".
|
||||
{% include 'emails.footer-text' %}
|
Reference in New Issue
Block a user