2018-07-04 12:29:17 +00:00
|
|
|
<%= 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." %>
|
|
|
|
|
2018-10-11 15:37:39 +00:00
|
|
|
<%= MobilizonWeb.Endpoint.url() <> "/password-reset/#{@token}" %>
|
2018-07-04 12:29:17 +00:00
|
|
|
|
|
|
|
|