Merge pull request #664 from ErisDS/email-template
Updating forgotten password email template
This commit is contained in:
commit
a86e6b1a71
@ -176,7 +176,10 @@ adminControllers = {
|
||||
to: email,
|
||||
subject: 'Your new password',
|
||||
html: "<p><strong>Hello!</strong></p>" +
|
||||
"<p>You've reset your password. Here's the new one: " + user.newPassword + "</p>"
|
||||
"<p>You've reset your password. Here's the new one: " + user.newPassword + "</p>" +
|
||||
"<p>Ghost <br/>" +
|
||||
'<a href="' + ghost.config().env[process.env.NODE_ENV].url + '">' +
|
||||
ghost.config().env[process.env.NODE_ENV].url + '</a></p>'
|
||||
};
|
||||
|
||||
return ghost.mail.send(message);
|
||||
|
Loading…
Reference in New Issue
Block a user