Răsfoiți Sursa

renamed email subject

kaori 4 ani în urmă
părinte
comite
a33b561cad
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/server/routes/forgot-password.js

+ 1 - 1
src/server/routes/forgot-password.js

@@ -22,7 +22,7 @@ module.exports = function(crowi, app) {
 
 
     return mailService.send({
     return mailService.send({
       to: email,
       to: email,
-      subject: 'forgotPasswordMailTest',
+      subject: 'Password Reset',
       template: path.join(crowi.localeDir, `${i18n}/notifications/passwordReset.txt`),
       template: path.join(crowi.localeDir, `${i18n}/notifications/passwordReset.txt`),
       // TODO: need to set appropriate values by GW-6828
       // TODO: need to set appropriate values by GW-6828
       // vars: {
       // vars: {