@@ -0,0 +1,11 @@
|
||||
<div>
|
||||
<p><%= dgettext "coherence", "Hello %{name}!", name: @name %><p>
|
||||
<p>
|
||||
<%= dgettext "coherence", "Your new account is almost ready. Click the link below to confirm you new account." %>
|
||||
</p>
|
||||
<p>
|
||||
<a href="<%= @url %>"><%= dgettext "coherence", "Confirm my Account" %></a>
|
||||
</p>
|
||||
<p><%= dgettext "coherence", "Thank you!" %></p>
|
||||
</div>
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
<div>
|
||||
<p><%= dgettext "coherence", "Hello %{name}!", name: @name %><p>
|
||||
<p>
|
||||
<%= dgettext "coherence", "You have been invited to create an Account. Use the link below to create an account." %>
|
||||
</p>
|
||||
<p>
|
||||
<a href="<%= @url %>"><%= dgettext "coherence", "Create my Account" %></a>
|
||||
</p>
|
||||
<p><%= dgettext "coherence", "Thank you!" %></p>
|
||||
</div>
|
||||
|
||||
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>
|
||||
|
||||
11
lib/eventos_web/templates/coherence/email/unlock.html.eex
Normal file
11
lib/eventos_web/templates/coherence/email/unlock.html.eex
Normal file
@@ -0,0 +1,11 @@
|
||||
<div>
|
||||
<p><%= dgettext "coherence", "Hello %{name}!", name: @name %><p>
|
||||
<p>
|
||||
<%= dgettext "coherence", "You requested unlock instructions for your locked account. Please click the link below to unlock your account." %>
|
||||
</p>
|
||||
<p>
|
||||
<a href="<%= @url %>"><%= dgettext "coherence", "Unlock my Account" %></a>
|
||||
</p>
|
||||
<p><%= dgettext "coherence", "Thank you!" %></p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user