From 4be8f1ca03c75d1412d60efb565b55686148a75f Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 8 Jun 2015 18:41:36 +0200 Subject: [PATCH] New email messages [skip ci] --- resources/twig/emails/registered-html.twig | 67 +++++++++++++++++----- resources/twig/emails/registered.twig | 20 ++++++- 2 files changed, 71 insertions(+), 16 deletions(-) diff --git a/resources/twig/emails/registered-html.twig b/resources/twig/emails/registered-html.twig index 39906cb802..c624ce2a46 100644 --- a/resources/twig/emails/registered-html.twig +++ b/resources/twig/emails/registered-html.twig @@ -1,18 +1,59 @@ -

Hey there!

+ + + + -

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

+ + +

+ Hey there, +

+

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

Thanks for using Firefly!

- + + + \ No newline at end of file diff --git a/resources/twig/emails/registered.twig b/resources/twig/emails/registered.twig index 4550f79f9d..1d4f39cdbf 100644 --- a/resources/twig/emails/registered.twig +++ b/resources/twig/emails/registered.twig @@ -1,5 +1,19 @@ -Hey there! +Hey there, -Welkome to Firefly III. Your registration has made it, and this email is here to confirm it. +Welkome to Firefly III. Your registration has made it, and this email is here to confirm it. Yay! -Thanks for using Firefly! +* If you have forgotten your password already, please reset it using the password reset tool. +* There is a help-icon in the top right corner of each page. If you need help, click it! +* If you haven't already, please read the first use guide and the full description. + +Enjoy! + +Firefly III: +{{ address }} + +Password reset: +{{ address }}password/email + +Documentation: +https://github.com/JC5/firefly-iii/wiki/First-use +https://github.com/JC5/firefly-iii/wiki/full-description \ No newline at end of file