From 7ed24e78d5d63cd97ab8fe5c00e41eb0bd2c7564 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 29 Mar 2016 11:48:29 +0200 Subject: [PATCH] New emails for the activation. --- .../views/emails/confirm-account-html.twig | 28 ++++++++++++++ resources/views/emails/confirm-account.twig | 11 ++++++ resources/views/emails/registered-html.twig | 38 ++++--------------- 3 files changed, 46 insertions(+), 31 deletions(-) create mode 100644 resources/views/emails/confirm-account-html.twig create mode 100644 resources/views/emails/confirm-account.twig diff --git a/resources/views/emails/confirm-account-html.twig b/resources/views/emails/confirm-account-html.twig new file mode 100644 index 0000000000..2b9ed4a533 --- /dev/null +++ b/resources/views/emails/confirm-account-html.twig @@ -0,0 +1,28 @@ + + + + + + + + +

+ 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. +

+ +

+ This link is valid for about 4 hours. +

+ +

+ The registration has been created from IP {{ ip }} +

diff --git a/resources/views/emails/confirm-account.twig b/resources/views/emails/confirm-account.twig new file mode 100644 index 0000000000..3d9d3b8087 --- /dev/null +++ b/resources/views/emails/confirm-account.twig @@ -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 }} diff --git a/resources/views/emails/registered-html.twig b/resources/views/emails/registered-html.twig index 43f82cfa74..02d2407d94 100644 --- a/resources/views/emails/registered-html.twig +++ b/resources/views/emails/registered-html.twig @@ -4,14 +4,13 @@ - +

Hey there,

- Welkome to - Firefly III. Your registration has made it, and this email is here to confirm it. Yay! + Welkome to Firefly III. Your registration has made it, and this email is here to confirm it. Yay!

Enjoy!

- + James Cole

The registration has been created from IP {{ ip }}

- - -