mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-27 17:31:09 -06:00
New activation message
This commit is contained in:
parent
e953f58c74
commit
1c7a27b816
@ -7,22 +7,31 @@
|
||||
<body>
|
||||
|
||||
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
||||
Hey there,
|
||||
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.
|
||||
To start using your brand new Firefly III account, you need to activate it. Activating your account allows the website to verify that this email address is valid. Unfortunately, not even the most complex routines can work this out, without actually sending an email message. And here it is!
|
||||
</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>.
|
||||
To active your account, <a href="{{ route }}" style="color:#337ab7">click on this link</a>.
|
||||
</p>
|
||||
<p>
|
||||
If the link does not work, you can browse there manually by copy/pasting it:
|
||||
</p>
|
||||
|
||||
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
||||
This link is valid for about 4 hours.
|
||||
<a href="{{ route }}" style="color:#337ab7">{{ route }}</a>
|
||||
</p>
|
||||
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
||||
You should be redirected to the index page right away. The link expires in about four hours.
|
||||
</p>
|
||||
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
||||
Thank you, and enjoy!
|
||||
</p>
|
||||
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
||||
James Cole
|
||||
</p>
|
||||
|
||||
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:11px;color:#aaa;">
|
||||
The registration has been created from IP {{ ip }}
|
||||
You are getting this activation message because a new registration from IP {{ ip }} triggered it.
|
||||
</p>
|
||||
|
@ -1,11 +1,16 @@
|
||||
Hey there,
|
||||
Hey there!
|
||||
|
||||
First of all: delete this email message if you did not expect it.
|
||||
To start using your brand new Firefly III account, you need to activate it. Activating your account allows the website to verify that this email address is valid. Unfortunately, not even the most complex routines can work this out, without actually sending an email message. And here it is!
|
||||
|
||||
Otherwise, in order to use your account, please confirm this email address is yours, by clicking on this link:
|
||||
To active your account, you can click on the following link, or copy/paste it in your web browser:
|
||||
|
||||
{{ route }}
|
||||
|
||||
This link is valid for about 4 hours.
|
||||
You should be redirected to the index page right away. The link expires in about four hours.
|
||||
|
||||
The registration has been created from IP {{ ip }}
|
||||
Thank you, and enjoy!
|
||||
|
||||
James Cole
|
||||
|
||||
|
||||
You are getting this activation message because a new registration from IP {{ ip }} triggered it.
|
||||
|
Loading…
Reference in New Issue
Block a user