16
lib/eventos_web/templates/coherence/email/password.html.eex
Normal file
16
lib/eventos_web/templates/coherence/email/password.html.eex
Normal file
@@ -0,0 +1,16 @@
|
||||
<div>
|
||||
<p><%= dgettext "coherence", "Hello %{name}!", name: @name %><p>
|
||||
<p>
|
||||
<%= dgettext "coherence", "Someone has requested a link to change your password, and you can do this through the link below." %>
|
||||
</p>
|
||||
<p>
|
||||
<a href="<%= @url %>"><%= dgettext "coherence", "Change my password" %></a>
|
||||
</p>
|
||||
<p>
|
||||
<%= dgettext "coherence", "If you didn't request this, please ignore this email." %>
|
||||
</p>
|
||||
<p>
|
||||
<%= dgettext "coherence", "Your password won't change until you access the link above and create a new one." %>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user