From f9ec0b9e18f4b83215cd0beae2f8f48e2a09ff83 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 12 Jan 2014 20:39:25 +0200 Subject: [PATCH] Email Templates Plugin - Email Templates - Added #2 --- storage/emails/new_password.email.php | 12 ++++++++++++ storage/emails/new_user.email.php | 8 ++++++++ storage/emails/reset_password.email.php | 17 +++++++++++++++++ 3 files changed, 37 insertions(+) create mode 100644 storage/emails/new_password.email.php create mode 100644 storage/emails/new_user.email.php create mode 100644 storage/emails/reset_password.email.php diff --git a/storage/emails/new_password.email.php b/storage/emails/new_password.email.php new file mode 100644 index 0000000..90cf182 --- /dev/null +++ b/storage/emails/new_password.email.php @@ -0,0 +1,12 @@ +Dear , +

+As you requested, your password has now been reset.
+Your new details are as follows: +

+Username:
+Password: +

+To change your password, please visit this page: /users/ +

+All the best,
+ diff --git a/storage/emails/new_user.email.php b/storage/emails/new_user.email.php new file mode 100644 index 0000000..13de2a1 --- /dev/null +++ b/storage/emails/new_user.email.php @@ -0,0 +1,8 @@ +Welcome to ! +

+Dear , +

+Thanks for registering at !
We are glad you have chosen to be a part of our community and we hope you enjoy your stay. +

+All the best,
+ diff --git a/storage/emails/reset_password.email.php b/storage/emails/reset_password.email.php new file mode 100644 index 0000000..f7e5df9 --- /dev/null +++ b/storage/emails/reset_password.email.php @@ -0,0 +1,17 @@ +Dear , +

+You have requested to reset your password on because you have forgotten your password. +If you did not request this, please ignore it. +

+To reset your password, please visit the following page:
+/users/password-reset?hash= +

+When you visit that page, your password will be reset, and the new password will be emailed to you. +

+Your username is: +

+To edit your profile, go to this page:
+/users/ +

+All the best,
+