Create styled email for reset password instructions

This commit is contained in:
drummer83
2023-12-26 20:52:56 +01:00
parent ac7090817c
commit 4ee7889cce
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
%h3
= t('.dear_customer')
%p
= t('.request_sent_text')
%p.callout
= t('.link_text')
%br
%strong
= link_to @edit_password_reset_url, @edit_password_reset_url
%p
= t('.issue_text')
= render 'shared/mailers/signoff'

View File

@@ -4687,6 +4687,7 @@ See the %{link} to find out more about %{sitename}'s features and to start using
invoice_attached_text: Please find attached an invoice for your recent order from
user_mailer:
reset_password_instructions:
dear_customer: "Dear customer,"
request_sent_text: |
A request to reset your password has been made.
If you did not make this request, simply ignore this email.