1
0
Fork 0
mirror of https://framagit.org/framasoft/mobilizon.git synced 2025-02-22 01:00:35 +00:00
mobilizon/lib/eventos_web/templates/email/password_reset.text.eex
Thomas Citharel 93a97b0865 Some work
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2018-07-04 14:29:17 +02:00

11 lines
349 B
Elixir

<%= gettext "Password reset" %>
==
<%= gettext "You requested a new password for your account on %{host}.", host: @instance %>
<%= gettext "If you didn't request this, please ignore this email. Your password won't change until you access the link below and create a new one." %>
<%= EventosWeb.Endpoint.url() <> "/password-reset/#{@token}" %>