🎨 updated password reset email text to offer peace of mind (#9552)

- it’s good practice with password reset emails to offer peace of mind
to the user if they didn’t initiate the request and to let them know
that if they didn’t, it’s safe to ignore
This commit is contained in:
CriticalRespawn 2018-06-26 13:36:26 +01:00 committed by Peter Zimon
parent 7027980ad2
commit 3a95d0a8f1
2 changed files with 2 additions and 0 deletions

View File

@ -96,6 +96,7 @@
<p><strong>Hello!</strong></p>
<p>A request has been made to reset your password on <a href="{{ siteUrl }}">{{ siteUrl }}</a>.</p>
<p>Please follow the link below to reset your password:<br><br> <a href="{{ resetUrl }}">Click here to reset your password</a></p>
<p><i>If you did not request a password reset, it's safe to ignore this email.</i></p>
<p>Ghost</p>
<!-- END OF EMAIL CONTENT -->

View File

@ -24,6 +24,7 @@
<p style="color: #808284; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;"><strong>Hello!</strong></p>
<p style="color: #808284; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;">A request has been made to reset your password on <a href="{{ siteUrl }}" style="color: #5ba4e5;">{{ siteUrl }}</a>.</p>
<p style="color: #808284; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;">Please follow the link below to reset your password:<br><br> <a href="{{ resetUrl }}" style="color: #5ba4e5;">Click here to reset your password</a></p>
<p style="color: #808284; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;"><i>If you did not request a password reset, it's safe to ignore this email.</i></p>
<p style="color: #808284; font-family: sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0 0 1.5em 0;">Ghost</p>
<!-- END OF EMAIL CONTENT -->