text.js 655 B

1234567891011121314151617
  1. module.exports.verifyMailText = `You're attempting to change your email address on {{site_name}}.
  2. Please verify your email address using the link below.
  3. https://{{domain}}/verify/{{verification}}`;
  4. module.exports.changeEmailText = `Thanks for creating an account on {{site_name}}.
  5. Please verify your email address using the link below.
  6. https://{{domain}}/verify-email/{{verification}}`;
  7. module.exports.resetMailText = `A password reset has been requested for your account.
  8. Please click on the button below to reset your password. There's no need to take any action if you didn't request this.
  9. https://{{domain}}/reset-password/{{resetpassword}}`;