mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New emails for the activation.
This commit is contained in:
parent
ae02e3fd8d
commit
7ed24e78d5
28
resources/views/emails/confirm-account-html.twig
Normal file
28
resources/views/emails/confirm-account-html.twig
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
|
<head>
|
||||||
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<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;">
|
||||||
|
First of all: delete this email message if you did not expect it.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
||||||
|
Otherwise, in order to use your account, please
|
||||||
|
<a href="{{ route }}" style="color:#337ab7">confirm this email address is yours</a>.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
||||||
|
This link is valid for about 4 hours.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:11px;color:#aaa;">
|
||||||
|
The registration has been created from IP {{ ip }}
|
||||||
|
</p>
|
11
resources/views/emails/confirm-account.twig
Normal file
11
resources/views/emails/confirm-account.twig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
Hey there,
|
||||||
|
|
||||||
|
First of all: delete this email message if you did not expect it.
|
||||||
|
|
||||||
|
Otherwise, in order to use your account, please confirm this email address is yours, by clicking on this link:
|
||||||
|
|
||||||
|
{{ route }}
|
||||||
|
|
||||||
|
This link is valid for about 4 hours.
|
||||||
|
|
||||||
|
The registration has been created from IP {{ ip }}
|
@ -4,14 +4,13 @@
|
|||||||
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body itemscope itemtype="http://schema.org/SoftwareApplication">
|
<body>
|
||||||
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
||||||
Hey there,
|
Hey there,
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
||||||
Welkome to <a style="color:#337ab7" href="{{ address }}">
|
Welkome to <a style="color:#337ab7" href="{{ address }}">Firefly III</a>. Your registration has made it, and this email is here to confirm it. Yay!
|
||||||
<span itemprop="name">Firefly III</span></a>. Your registration has made it, and this email is here to confirm it. Yay!
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
@ -27,45 +26,22 @@
|
|||||||
<a style="color:#337ab7" href="https://github.com/JC5/firefly-iii/wiki/First-use">first use guide</a> and the
|
<a style="color:#337ab7" href="https://github.com/JC5/firefly-iii/wiki/First-use">first use guide</a> and the
|
||||||
<a style="color:#337ab7" href="http://jc5.github.io/firefly-iii//description/">full description</a>.
|
<a style="color:#337ab7" href="http://jc5.github.io/firefly-iii//description/">full description</a>.
|
||||||
</li>
|
</li>
|
||||||
|
<li style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
||||||
|
If this installation of Firefly is configured to send activation mails as well, you should get an activation
|
||||||
|
link very soon!
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
||||||
Enjoy!
|
Enjoy!
|
||||||
</p>
|
</p>
|
||||||
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
||||||
<span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">James Cole</span></span>
|
James Cole
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:11px;color:#aaa;">
|
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:11px;color:#aaa;">
|
||||||
The registration has been created from IP {{ ip }}
|
The registration has been created from IP {{ ip }}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
<script type="application/ld+json">
|
|
||||||
{
|
|
||||||
"@context": "http://schema.org",
|
|
||||||
"@type": "EmailMessage",
|
|
||||||
"description": "Visit Firefly III",
|
|
||||||
"potentialAction": {
|
|
||||||
"@type": "ViewAction",
|
|
||||||
"target": "{{ address }}",
|
|
||||||
"url": "{{ address }}",
|
|
||||||
"name": "Visit Firefly III"
|
|
||||||
},
|
|
||||||
"publisher": {
|
|
||||||
"@type": "Organization",
|
|
||||||
"name": "Firefly III",
|
|
||||||
"url": "{{ address }}"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</script>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user