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