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