feat: update email templates to use user's name instead of email

This commit is contained in:
gabrieljablonski 2025-04-02 10:08:07 -03:00
parent 217cecae9e
commit 010575e005
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
<p>Hello <%= @resource.email %>!</p>
<p>Hello <%= @resource.name %>!</p>
<p>We're contacting you to notify you that your password has been changed.</p>

View File

@ -1,4 +1,4 @@
<p>Hello <%= @resource.email %>!</p>
<p>Hello <%= @resource.name %>!</p>
<p>Someone has requested a link to change your password. You can do this through the link below.</p>

View File

@ -1,4 +1,4 @@
<p>Hello <%= @resource.email %>!</p>
<p>Hello <%= @resource.name %>!</p>
<p>Your account has been locked due to an excessive number of unsuccessful sign in attempts.</p>