2019-09-24 10:09:43 +00:00
|
|
|
<%= gettext "Password reset" %>
|
|
|
|
|
|
|
|
==
|
|
|
|
|
2019-10-01 11:08:09 +00:00
|
|
|
<%= gettext "You requested a new password for your account on %{instance}.", instance: @instance[:name] %>
|
2019-09-24 10:09:43 +00: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 20:36:50 +00:00
|
|
|
<%= Mobilizon.Web.Endpoint.url() <> "/password-reset/#{@token}" %>
|
2019-09-24 10:09:43 +00:00
|
|
|
|
|
|
|
|
2020-08-10 14:57:26 +00:00
|
|
|
<%= gettext "If you didn't trigger the change yourself, please ignore this message. Your password won't be changed until you click the link above." %>
|