2019-09-24 12:09:43 +02:00
|
|
|
<%= gettext "Password reset" %>
|
|
|
|
|
|
|
|
==
|
|
|
|
|
2019-10-01 13:08:09 +02:00
|
|
|
<%= gettext "You requested a new password for your account on %{instance}.", instance: @instance[:name] %>
|
2019-09-24 12:09:43 +02:00
|
|
|
|
|
|
|
<%= gettext "Resetting your password is easy. Just click the link below and follow the instructions. We'll have you up and running in no time." %>
|
|
|
|
|
2020-01-26 21:36:50 +01:00
|
|
|
<%= Mobilizon.Web.Endpoint.url() <> "/password-reset/#{@token}" %>
|
2019-09-24 12:09:43 +02:00
|
|
|
|
|
|
|
|
|
|
|
<%= 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." %>
|