mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Clean mail message for blocked users.
This commit is contained in:
@@ -13,10 +13,7 @@
|
||||
Firefly III has just blocked a login from user #{{ user_id }} ({{ user_address }}).
|
||||
</p>
|
||||
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
||||
The blocked code was "{{ code }}" and the subsequent message was:
|
||||
</p>
|
||||
<p style="font-family: monospace;font-size:13px;">
|
||||
"{{ error_message }}"
|
||||
The blocked code was "{{ code }}".
|
||||
</p>
|
||||
|
||||
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:11px;color:#aaa;">
|
||||
|
@@ -2,7 +2,6 @@ Hey there,
|
||||
|
||||
Firefly III has just blocked a login from user #{{ user_id }} ({{ user_address }}).
|
||||
|
||||
The blocked code was "{{ code }}" and the subsequent message was:
|
||||
"{{ error_message }}"
|
||||
The blocked code was "{{ code }}".
|
||||
|
||||
The login attempt came from IP {{ ip }}
|
||||
|
Reference in New Issue
Block a user