mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 12:24:50 +00:00
28 lines
906 B
Twig
28 lines
906 B
Twig
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
|
|
|
</head>
|
|
<body itemscope itemtype="http://schema.org/SoftwareApplication">
|
|
|
|
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
|
Hey there,
|
|
</p>
|
|
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
|
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 }}"
|
|
</p>
|
|
|
|
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:11px;color:#aaa;">
|
|
The login attempt came from IP {{ ip }}.
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|