diff --git a/src/auth/forgotPass.js b/src/auth/forgotPass.js index 9756945..bcf2ea5 100644 --- a/src/auth/forgotPass.js +++ b/src/auth/forgotPass.js @@ -53,13 +53,14 @@ module.exports = (users) => { from: process.env.EMAIL_USER, to: email, subject: 'Password reset', - text: `reset your password here ${resetUrl} this link will expire within 1 hour, \n Do not share this link with anyone + text: `Hi ${user.name},\nA request was sent to reset your password. If this wasn't you, please ignore this email.\nIf you sent the request, reset your password here ${resetUrl} this link will expire within 1 hour, \n Do not share this link with anyone. \n \n Thankyou, The RCalculator team.`, html: ` -

Reset your password here. This link will expire in 1 hour.

+

Hi ${user.name}

+

A request was sent to reset your password. If this wasn't you, please ignore this email.

+

If you sent the request, reset your password here. This link will expire in 1 hour.

wallet icon

Thank you,
The RCalculator team

`, - }; try {