2019-09-24 12:09:43 +02:00
|
|
|
<%= gettext "Password reset" %>
|
|
|
|
|
|
|
|
==
|
|
|
|
|
2021-09-30 09:34:39 +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
|
|
|
|
|
|
|
|
2020-08-10 16:57:26 +02: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." %>
|