From 70f1c1c8f160d96fe033b8e3c45b18b66674f00e Mon Sep 17 00:00:00 2001 From: Cassie Tarakajian Date: Wed, 19 Oct 2016 11:42:55 -0400 Subject: [PATCH] update email copy --- server/controllers/user.controller.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/controllers/user.controller.js b/server/controllers/user.controller.js index c69d4774..8d80743a 100644 --- a/server/controllers/user.controller.js +++ b/server/controllers/user.controller.js @@ -114,7 +114,8 @@ export function resetPasswordInitiate(req, res) { text: `You are receiving this email because you (or someone else) have requested the reset of the password for your account. \n\nPlease click on the following link, or paste this into your browser to complete the process: \n\nhttp://${req.headers.host}/reset-password/${token} - \n\nIf you did not request this, please ignore this email and your password will remain unchanged.\n` + \n\nIf you did not request this, please ignore this email and your password will remain unchanged. + \n\nThanks for using the p5.js Web Editor!\n` }; transporter.sendMail(message, (error, info) => { done(error);